RE: PDF 2.0, PDF/A-4 support

2023-11-09 Thread Peter Wyatt
That's still a great start! And not a problem for OutputIntents until PDFBox starts doing compliant rendering of PDF/X or PDF/A, as "general purpose" PDF 2.0 does not mandate their support. Thanks. > -Original Message- > From: Tilman Hausherr > Sent: Friday, November 10, 2023 5:17

Re: Error splitting PDF

2023-11-09 Thread Tilman Hausherr
On 09.11.2023 10:16, Joan Fisbein wrote: Hi Tilman, I tried to register again at https://selfserve.apache.org/jira-account.html and now I get an error message about "The username you selected is already in use". Can you, maybe, accept my previous request? Hello Joan, Yes but this

RE: PDF 2.0, PDF/A-4 support

2023-11-09 Thread Peter Wyatt
The version of a PDF file does not mandate the features it must contain. If you have a PDF 2.0 file with PDF 2.0 specific features then yes, you will have to use PDF/A-4 if preservation of those features is important, since PDF/A-4 files must always have a "%PDF-2.x" header. But PDF 2.0 files

Re: PDF 2.0, PDF/A-4 support

2023-11-09 Thread Gili Tzabari
I am no PDF expert, so please bear with me :) If I understand you correctly, dropping preflight means that you're dropping PDF verification. And you're saying that VeraPDF provides PDF verification so nothing is really lost. The only part I didn't understand was: You can create PDF/A-4

Re: Slight rendering issues Apache FOP document

2023-11-09 Thread Tres Finocchiaro
... also, replacing the border-width="0.5mm" with "1mm" everywhere in the FO file is a viable workaround.

Re: Slight rendering issues Apache FOP document

2023-11-09 Thread Tres Finocchiaro
I can reproduce with an example provided with Apache FOP: ./fop -fo examples/fo/basic/border.fo -pdf foo.pdf It seems to use the same trapezoidal vector borders as the originating PDF. When printing to a 4x6 label printer, some of the borders disappear. Should this be enough for a bug report?

Re: PDF 2.0, PDF/A-4 support

2023-11-09 Thread Tilman Hausherr
On 09.11.2023 03:39, John Lussmyer wrote: On 11/8/2023 5:28 PM, Peter Wyatt wrote: I would think supporting the following PDF 2.0 features are highly relevant, given that other implementations are already generating PDF 2.0 files today (seehttps://pdfa.org/supporting-pdf20/) A bunch of

Re: PDF 2.0, PDF/A-4 support

2023-11-09 Thread Tilman Hausherr
Hi Peter, That's a lot... I'll create issues for some of these topics. The negative dash phase thing has been fixed in the latest release : https://issues.apache.org/jira/browse/PDFBOX-5636 Things that might be possible: - UTF-8 - Encryption - Colorburn / Colordodge The fill & stroke problem

Re: Any pdfbox 2 vs pdfbox 3 memory usage benchmark ?

2023-11-09 Thread Tilman Hausherr
On 09.11.2023 12:26, Olivier Masseau wrote: Hello, I've read in the release notes that pdfbox 3 has better memory usage. But is there somewhere some benchmark that compares pdfbox 2 and pdfbox 3 memory usage in given scenarios ? No... but it should be better by design for most of the classic

Any pdfbox 2 vs pdfbox 3 memory usage benchmark ?

2023-11-09 Thread Olivier Masseau
Hello, I've read in the release notes that pdfbox 3 has better memory usage. But is there somewhere some benchmark that compares pdfbox 2 and pdfbox 3 memory usage in given scenarios ?

Re: Error splitting PDF

2023-11-09 Thread Joan Fisbein
Hi Tilman, I tried to register again at https://selfserve.apache.org/jira-account.html and now I get an error message about "The username you selected is already in use". Can you, maybe, accept my previous request? Thanks! Joan On Thu, 9 Nov 2023 at 05:44, Tilman Hausherr wrote: >