You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2011/09/02 15:56:40 UTC

DO NOT REPLY [Bug 51760] New: [PATCH] PostScript PDF-image causes error

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: fop-dev@xmlgraphics.apache.org
        ReportedBy: med1985@gmail.com
    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.

DO NOT REPLY [Bug 51760] [PATCH] PostScript PDF-image causes error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51760

--- Comment #1 from Peter Hancock <pe...@gmail.com> 2011-09-28 09:13:51 UTC ---
Fixed in http://svn.apache.org/viewvc?rev=1175764&view=rev

Thanks Mehdi!

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 51760] [PATCH] PostScript PDF-image causes error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51760

Mehdi Houshmand <me...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 51760] [PATCH] PostScript PDF-image causes error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51760

Peter Hancock <pe...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.