AW: possible regression in PDFBox 3.0.2

2024-05-03 Thread Kai Keggenhoff
: possible regression in PDFBox 3.0.2 CAUTION - External Sender - Exercise Caution When Clicking External Links and Attachments - Report Suspicious Emails Using Your Phish Alert Report Button On 03.05.2024 10:40, Kai Keggenhoff wrote: > > Since we switched to 3.0.2 (from 3.0.0, we skipped 3.0

Re: possible regression in PDFBox 3.0.2

2024-05-03 Thread Tilman Hausherr
On 03.05.2024 10:40, Kai Keggenhoff wrote: Since we switched to 3.0.2 (from 3.0.0, we skipped 3.0.1) we encountered several PDFs which produce an IOException when saved : Please try with a 3.0.3 snapshot

possible regression in PDFBox 3.0.2

2024-05-03 Thread Kai Keggenhoff
Hello, we're using PDFBox to add annotations from XFDF to existing PDFs. The basic code structure we use for this is load the PDDocument, using PDDocument.load(File) in 2 or Loader.loadPDF(File) in 3 construct a PDAnnotation from the XML fetch the PDPage the annotation is supposed to show up