-
Notifications
You must be signed in to change notification settings - Fork 24
Defect: Unexpected behavior when displaying PDF that contains Images #10
Comments
Hi! I updated the PDF.js version in Best regards |
Hi, Unfortunately the problem still exists. I found out that this defect only happens if there is more than one image per PDF page. Hopefully you would figure out what's causing this behavior. Best regards. |
Hi, What version of java/javafx you use? |
Hi, I'm using Java 8, I gave it a try using oracle jdk and Zulu open jdk and both have the same issue. To make sure, I cloned your repo and changed the Demo loadPdf url to : and I'm getting the same behavior. To produce this defect, use the above url and after running the application try to zoom in and out, and the miss behavior will appear. I have the feeling that this is a javascript issue while loading/converting the pdf file to byte[]. |
Any further progress with this defect? |
Any further progress with this defect? |
There is an unexpected behavior when displaying a PDF file or stream that contains images. The displayer often duplicate or miss place the pdf images with others.
Check the attached GIF for more clarification.
The text was updated successfully, but these errors were encountered: