PDF to JPEG conversion process is hanging infinitely for PDF with many (~17k) objects

2024-08-19 Thread Patrycja Zaremba
Hi! I have an issue, that I'm unable to render JPEG image from PDF which looks correct (it opens in Adobe Acrobat Reader without any warnings etc.), but the only distinctive thing I found about it is that it contains of really a lot of images/objects - 17036/17447. The process never ends for it (

Re: PDF to JPEG conversion process is hanging infinitely for PDF with many (~17k) objects

2024-08-19 Thread Tilman Hausherr
44629... lets see what happens. Tilman On 19.08.2024 11:01, Patrycja Zaremba wrote: Hi! I have an issue, that I'm unable to render JPEG image from PDF which looks correct (it opens in Adobe Acrobat Reader without any warnings etc.), but the only distinctive thing I found about it is that it c

NullPointerException on Bad Font Unicode Mapping

2024-08-19 Thread Charles Harris
Hello, in pdfbox 3.0.0-alpha3 I am encountering the following error: java.lang.NullPointerException: Cannot read the array length because "this.glyphIdToCharacterCode" is null org.apache.fontbox.ttf.CmapSubtable.getCharCode(CmapSubtable.java:638) org.apache.fontbox.ttf.CmapSubtable.getCha

Re: NullPointerException on Bad Font Unicode Mapping

2024-08-19 Thread Tilman Hausherr
Hi, Why are you using 3.0.0-alpha3 from 2022-06-17 while the released version is 3.0.3 from 2024-08-09? Please retry with 3.0.3, it looks like that bug was fixed two years ago in PDFBOX-5465. Tilman On 19.08.2024 18:39, Charles Harris wrote: Hello, in pdfbox 3.0.0-alpha3 I am encountering