Re: PDF to image conversion issue - Can't read the embedded Type1 font, found Token but expected ND

2024-08-05 Thread Patrycja Zaremba
Hi! I have a specific PDF file which is very heavy (more than 1GB) and I'm trying to scrap text from it, but getting this error: Caused by: java.lang.IllegalArgumentException: capacity < 0: (-2115587440 < > 0) > at java.base/java.nio.Buffer.createCapacityException(Buffer.java:290) > ~[na:na] > at

Re: java.lang.IllegalArgumentException: capacity < 0: (-2115587440 <0)

2024-08-05 Thread Tilman Hausherr
Hello Patrycja, Please try with a snapshot while I download the file: https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-app/3.0.3-SNAPSHOT/ Tilman PS: please create a new thread, answering / responding to an old topic is confusing On 05.08.2024 15:31, Patrycja