DO NOT REPLY [Bug 47927] New: Automatic text overprint patch

View: New views
4 Messages — Rating Filter:   Alert me  

DO NOT REPLY [Bug 47927] New: Automatic text overprint patch

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=47927

           Summary: Automatic text overprint patch
           Product: Fop
           Version: 1.0dev
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: pdf
        AssignedTo: fop-dev@...
        ReportedBy: matthias8283@...


I've implemented a small patch which allows to automatically set the overprint
state for text in pdf output. This is useful when text and background colors
are printed on different printing plates because it ensures that no white
spaces are visible if the printing plates are not positioned perfectly.

See also: http://www.nabble.com/Overprint-Black-Text-td9852903.html

Feel free to review or integrate it into fop trunk if it's for any use to you.

Usage:
foUserAgent.getRendererOptions().put(PDFConfigurationConstants.KEY_ENABLE_AUTO_OVERPRINT,
Boolean.TRUE);

--
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 47927] Automatic text overprint patch

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=47927

--- Comment #1 from Max Berger <max@...> 2009-10-02 05:39:50 PDT ---
Matthias,

unfortunately, the patch is not yet attached to this bug report. Could you
please attach it?

--
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 47927] Automatic text overprint patch

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=47927

--- Comment #2 from Matthias Reischenbacher <matthias8283@...> 2009-10-02 05:52:30 PDT ---
Created an attachment (id=24336)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24336)
SVN patch file

--
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 47927] [PATCH] Automatic text overprint patch

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=47927

Matthias Reischenbacher <matthias8283@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Automatic text overprint    |[PATCH] Automatic text
                   |patch                       |overprint patch

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