https://issues.apache.org/bugzilla/show_bug.cgi?id=48077
Summary: Values in PDF Number Trees must be indirect references
Product: Fop
Version: all
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: pdf
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=24437)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24437)
Sample FO file
See PDF Reference, Third Edition, Section 3.8.5, "Number Trees": the Nums entry
must be an array of key-value pairs where value is an indirect reference to the
object associated with the key.
However, the o.a.f.pdf.PDFNumsArray class does nothing to ensure that elements
added to the array are actually indirectly referenced. So generated PDFs are
strictly speaking invalid.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.