pdfbox 3.0.0 upgrade, flatten method causes garbage

2023-09-15 Thread Pados Attila
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 to have some fields, with title and default value. The program later updates the field's value, and then calles flatten() on

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

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