You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, an embedded image inside a .doc file overlaps with the text when creating an image of the document using get_pixmap(), although at other software (Google Docs, Mac Pages, libreoffice) this does not happen.
How to reproduce the bug
Uploading .doc files is not supported inside GitHub issues, so step 1 would be for you to tell me your email address, so that I can send you a test file image-unexpectedly-overlaps-with-text.doc.
Please simply ZIP any files unsupported by GitHub. This will circumvent this restriction and can also be used for files that GitHub views as "executable", includeing .exe, .py and others.
But of course you are welcome to use my email address, too.
If files are not confidential attaching them (or their zipped version) here will however facilitate communication within our team.
Description of the bug
Sometimes, an embedded image inside a
.doc
file overlaps with the text when creating an image of the document usingget_pixmap()
, although at other software (Google Docs, Mac Pages, libreoffice) this does not happen.How to reproduce the bug
Uploading.doc
files is not supported inside GitHub issues, so step 1 would be for you to tell me your email address, so that I can send you a test fileimage-unexpectedly-overlaps-with-text.doc
.Download attached image-unexpectedly-overlaps-with-text.doc.zip, unzip, and then:
After that, run:
Now open
tmp.png
and observe that the image overlaps with the text, although this is not the case if I open the.doc
file with e.g. Google Docs.PyMuPDF version
1.25.0
Operating system
Linux
Python version
3.9
The text was updated successfully, but these errors were encountered: