RE: Advice on how to copy the contents of a page to an existing page in another document

2023-09-22 Thread Mark Gibson
Thank you Tilman. I shall work through that. -Original Message- From: Tilman Hausherr Sent: Thursday, September 21, 2023 5:53 PM To: users@pdfbox.apache.org Subject: Re: Advice on how to copy the contents of a page to an existing page in another document [EXTERNAL] https://stackoverf

Re: Bug report

2023-09-22 Thread Morten Stulen
This email went to the spam folder so I didn't see it before now. Here's a link to an example PDF we generate: https://drive.google.com/file/d/1vNbfQyWNyJq_mGNPYF9a3CI0X9K9CDSQ/view?usp=sharing Morten ᐧ On Wed, Sep 20, 2023 at 6:48 PM Tilman Hausherr wrote: > Please upload your PDF somewhere

Re: Bug report

2023-09-22 Thread sahy...@fileaffairs.de
Hello Morten, the file uses a cross reference stream and as such this is not PDF/A-1 compliant. BR Maruan Am Freitag, dem 22.09.2023 um 14:29 +0200 schrieb Morten Stulen: > This email went to the spam folder so I didn't see it before now. > > Here's a link to an example PDF we generate: > https

Re: Bug report

2023-09-22 Thread Tilman Hausherr
I tested the file with a 3 month old VeraPDF and that one said the file is fine. Some online checkers also said the file is fine (I assume these all have some other product under the hood). Tilman On 22.09.2023 17:28, sahy...@fileaffairs.de wrote: Hello Morten, the file uses a cross referenc

Re: Bug report

2023-09-22 Thread Marc Kaufman
Here is what Actobat says: PDF/A-1a: https://www.dropbox.com/scl/fi/2wg6t7dm0ub2j8elnk24y/soknadskvittering_report_A-1a.pdf?rlkey=47y0vrv8233o0y5unbhxmp6u0&dl=0 PDF/A-1b: https://www.dropbox.com/scl/fi/2ri9nfshthgvfy4tyixjz/soknadskvittering_report_A-1b_report.pdf?rlkey=oan9xspcqpm5b9c434e80v

Re: error encountered in splitting pdf using ver 3.0.0

2023-09-22 Thread sethmu tha
Hi, Sorry for late reply. I used 3.0.1, and it works perfectly for me. thanks and best regards, From: Tilman Hausherr Sent: Saturday, September 16, 2023 11:49 PM To: users@pdfbox.apache.org Subject: Re: error encountered in splitting pdf using ver 3.0.0 Hi,

Re: Bug report

2023-09-22 Thread Tilman Hausherr
Thank you. I've reported the bug to VeraPDF. https://github.com/veraPDF/veraPDF-library/issues/1375 Tilman On 23.09.2023 01:42, Marc Kaufman wrote: Here is what Actobat says: PDF/A-1a: https://www.dropbox.com/scl/fi/2wg6t7dm0ub2j8elnk24y/soknadskvittering_report_A-1a.pdf?rlkey=47y0vrv8233o0y5

Re: Bug report

2023-09-22 Thread Tilman Hausherr
I get the same "error" with 2.0.29. Tilman On 20.09.2023 17:00, Morten Stulen wrote: After upgrading to PDFBox 3, the PreflightParser.validate() function returns an error. "Trailer Syntax error, /XRef cross reference streams are not allowed" Code: fun isValid(bytes: ByteArray): Boolean {