https://issues.apache.org/bugzilla/show_bug.cgi?id=51270
Bug #: 51270
Summary: [PATCH] PDFOutline: 'endobj' should be preceded by an
EOL
Product: Fop
Version: all
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: pdf
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Created attachment 27071
--> https://issues.apache.org/bugzilla/attachment.cgi?id=27071
patch
org.apache.fop.pdf.PDFOutline.toPDF() outputs ">> endobj\n".
According to PDF/A spec (or at least according to the validators I've used)
there has to be a "\n" in front of the endobj tag. (And at every other position
in the code we're already outputting a "\n".)
The patch changes the output to ">>\nendobj\n".
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.