https://issues.apache.org/bugzilla/show_bug.cgi?id=49735
Summary: Only one resource dictionary for the whole document
causes trouble splitting a PDF
Product: Fop
Version: 1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: pdf
AssignedTo: fop-dev@xmlgraphics.apache.org
ReportedBy: jeremias@apache.org
A PDF with lots of images may cause problems when it is split into many smaller
PDFs. FOP puts all resources (ex. XObjects) in one Resources object that is
reused for all pages. Many PDF splitters (ex. PDFTK and PDFBox) don't analyze
the content streams and therefore just copy the Resources dictionary which
causes all images to be replicated to all split PDFs. Essentially each split
PDFs is then about the same size as the original.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
|