PDF 2.0, PDF/A-4 support

2023-11-07 Thread Gili Tzabari
Hi, I noticed that PDFBox 3.0 was recently released, but I can't tell what the status/roadmap is for PDF 2.0 and PDF/A-4 support. Can someone in the know please let me know where we stand? Thanks, Gili - To unsubscribe, e-m

Re: PDF 2.0, PDF/A-4 support

2023-11-09 Thread Gili Tzabari
re, tell us which one and why. PDF/A-4 isn't a topic because preflight isn't developed further. Use VeraPDF instead. You can create PDF/A-4 files like you can create PDF/A-1b files. Tilman On 08.11.2023 00:15, Gili Tzabari wrote: Hi, I noticed that PDFBox 3.0 was recently released, b

Re: Font operation takes a long time with 3.0.1

2023-12-04 Thread Gili Tzabari
I think the commit contains a typo: 872 private static String computeHash(byte[] ba) 873

Re: [External Sender] Re: PDFBox 3.0.1 compile dependency on junit-jupiter

2023-12-04 Thread Gili Tzabari
For anyone else using TestNG for unit tests, you'll need to explicitly exclude JUnit until this is fixed; otherwise, Surefire will refuse to use TestNG. org.apache.pdfbox pdfbox 3.0.1 org.junit.jupiter junit-jupiter Gili On 2023-12-03 20:47, Dan Rabe wrote: Great, thank you! We’ll loo