pcorless / icepdf

PDF Rendering and Viewing API in Java
Apache License 2.0
81 stars 21 forks source link

Cannot Open PDF Properly #310

Closed robingood closed 1 year ago

robingood commented 1 year ago

ICEPDF Version : 7.1.3 (reproducible with older versions as well). Please check the attached PDF. It opens fine with Adobe PDF Reader, however it doesnt with ICE PDF integrated into our Java application Some errors which we receive are attached in the log file.

As Info, the PDF is created using PDF Box 3.0.0 Java Library

Thank you for your support.

log.txt 4a19832_1.pdf

pcorless commented 1 year ago

Thanks for the file and the ticket. Not sure why PDF Box is through in a random reference into a an array of numbers but I guess it's technically legal.
Anyways easy fix to address it.

robingood commented 1 year ago

Thank you! The older version of PDF Box (2.xx) worked, it is the newer one which had those changes.