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
When you try to convert big image files to pdf (checkout this test) IIOException occurs. It doesn't stop the app but prints the stack trace to the stdout.
The text was updated successfully, but these errors were encountered:
I am able to replicate the issue and see the exception, but I am unable to find a solution. I'm sorry to take your time.
Actually, you could have just add another catch block above the IOException in JPEG2PdfCore file. and just ignore the catch. I myself also saw that this is a issue to the standard library of java. The ImageIO class that PDImageXObject class uses to get the dimensions of the input file.
And another thing, you don't need to apologize for this :)
I am glad if you learned something.
If you did, you can give this repo a star.
When you try to convert big image files to pdf (checkout this test) IIOException occurs. It doesn't stop the app but prints the stack trace to the stdout.
The text was updated successfully, but these errors were encountered: