Re: PDFBox 3.0.1 renderer fails on certain files

2023-12-16 Thread Tilman Hausherr
The file you mention likely has an almost empty stream. The other viewers don't fail, that's the difference. There might also be a different problem (object reference mismatch), so it would be nice to have the file. Despite the LZW compression, the part that fails isn't an image in this stack

Re: PDF to PDF/A conversion on java

2023-12-16 Thread Tilman Hausherr
On 21.11.2023 11:31, Kirandas vakkil wrote: Hi All, Can you please share if there is any resource on converting EXISTING PDF to PDF/A in java. There are commercial tools for this. PDFBox doesn't offer anything, however you can still do it if there are very few errors and you know how to fix