Re: pdfbox 3.0.0 upgrade, flatten method causes garbage

2023-09-18 Thread Tilman Hausherr
Hi, This is confusing. Please start a new thread (do not answer to this one), and make sure that images are inline (thunderbird does it), or upload them somewhere. Also upload relevant PDFs somewhere. Tilman On 18.09.2023 20:25, Pados Attila wrote: Hi, thanks for help! I could finally try

Re: pdfbox 3.0.0 upgrade, flatten method causes garbage

2023-09-18 Thread Pados Attila
private static Predicate checkBeingPdPushButton() { return f -> !(f instanceof PDPushButton); } this was left from previous mail On Mon, Sep 18, 2023 at 8:25 PM Pados Attila wrote: > Hi, > thanks for help! > > I could finally try the 3.0.1-SNAPSHOT version, an hour ago. The main > issue with

Re: pdfbox 3.0.0 upgrade, flatten method causes garbage

2023-09-18 Thread Pados Attila
Hi, thanks for help! I could finally try the 3.0.1-SNAPSHOT version, an hour ago. The main issue with garbage text on the pdf/table's header line, was solved, this looks ok. There are some other problems, all related to the flatten() method. One is, that images added to a pdf form are converted t

Re: pdfbox 3.0.0 upgrade, flatten method causes garbage

2023-09-16 Thread Tilman Hausherr
Hi, Andreas fixed it, please try a snapshot https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-app/3.0.1-SNAPSHOT/ Tilman On 16.09.2023 05:05, Tilman Hausherr wrote: This sounds similar to https://issues.apache.org/jira/browse/PDFBOX-5666 Tilman On 15.09.2023 23:

Re: pdfbox 3.0.0 upgrade, flatten method causes garbage

2023-09-15 Thread Tilman Hausherr
Can you share the file and some minimal code to reproduce this or is it all confidential? Tilman On 16.09.2023 05:05, Tilman Hausherr wrote: This sounds similar to https://issues.apache.org/jira/browse/PDFBOX-5666 Tilman On 15.09.2023 23:40, Pados Attila wrote: Our application uses 2.0.29 ve

Re: pdfbox 3.0.0 upgrade, flatten method causes garbage

2023-09-15 Thread Tilman Hausherr
This sounds similar to https://issues.apache.org/jira/browse/PDFBOX-5666 Tilman On 15.09.2023 23:40, Pados Attila wrote: Our application uses 2.0.29 version without any problem. I am trying to upgrade to 3.0.0. The application follows the pattern of loading in a template pdf, which was edited