https://issues.apache.org/bugzilla/show_bug.cgi?id=51760
Bug #: 51760
Summary: [PATCH] PostScript PDF-image causes error
Product: Fop
Version: 1.0
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ps
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Created attachment 27452
--> https://issues.apache.org/bugzilla/attachment.cgi?id=27452
ps-image patch
When a PDF-image is used to create PostScript, the PS is stored as an array.
This array can run beyond the 65535 element limitation, so an alternate method
can be implemented by using a SubFileDecode filter. This way, there is no
limitation on the number of commands, however since this is a PS language level
3 operator the old method needs to be used for PS level 2.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.