Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.24, 3.0.0 PDFBox
-
None
Description
In AppearanceGeneratorHelper.validateAndEnsureAcroFormResources() font resources are copied by simply reassigning the PDFont from the default resources. This removes any indirect object references which leads to doubled objects when writing the pdf.
The issue revealed another issue with the COSWriter when lfatting the pdf from PDFBOX-4889 without compression.