Re: [EXTERNAL] Re: ignoring 'EI' warning

2025-02-18 Thread Ulf Dittmer
I think this is the patch for the issue: https://github.com/apache/pdfbox/commit/5fb947bcaf4195bdaba449cd6edee8958ee26d3f On Tue, Feb 18, 2025 at 2:15 PM Petersam, John Contractor wrote: > Hi Tilman, > I can confirm that your solution fixed the issue. Can you tell me what > you did so I can r

Re: Right margin disappears during conversion

2025-02-18 Thread Tilman Hausherr
On 18.02.2025 12:58, Tilman Hausherr wrote: Hi, This is a known problem for years but we haven't solved it... it involves rounding problems, subpixel calculations, narrow clipping paths etc. It is somewhat less terrible today than a few years ago. The line appears at 72dpi but not at 99 dpi.

Re: Right margin disappears during conversion

2025-02-18 Thread Tilman Hausherr
Hi, This is a known problem for years but we haven't solved it... it involves rounding problems, subpixel calculations, narrow clipping paths etc. It is somewhat less terrible today than a few years ago. The line appears at 72dpi but not at 99 dpi. I believe there is an open JIRA issue about t

RE: [EXTERNAL] Re: ignoring 'EI' warning

2025-02-18 Thread Petersam, John Contractor
Hi Tilman, I can confirm that your solution fixed the issue. Can you tell me what you did so I can request the same change to the other PDF libraries we use? Thanks again for all your help! John Petersam -Original Message- From: Tilman Hausherr Sent: Saturday, February 15, 2025 6:38

Right margin disappears during conversion

2025-02-18 Thread Marcus Linder
Dear PDFBox Team, we are facing a problem with converting the attached pdf-file. The problem refers to the right side margin. * When converting the pdf in a lower quality (< 100 dpi), boxes do not have right border * When converting the pdf in a hiher quality (> 100 dpi), boxes do have righ

Re: [EXTERNAL] Re: ignoring 'EI' warning

2025-02-18 Thread Tilman Hausherr
On 18.02.2025 14:15, Petersam, John Contractor wrote: Hi Tilman, I can confirm that your solution fixed the issue. Can you tell me what you did so I can request the same change to the other PDF libraries we use? It's in the three (identical) last commits at the bottom https://issues.apache.o