Bug 47927 - [PATCH] Automatic text overprint patch
Summary: [PATCH] Automatic text overprint patch
Status: NEW
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: pdf (show other bugs)
Version: trunk
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-01 09:11 UTC by Matthias Reischenbacher
Modified: 2012-04-11 03:22 UTC (History)
0 users



Attachments
SVN patch file (4.98 KB, application/octet-stream)
2009-10-02 05:52 UTC, Matthias Reischenbacher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Reischenbacher 2009-10-01 09:11:21 UTC
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);
Comment 1 Max Berger 2009-10-02 05:39:50 UTC
Matthias,

unfortunately, the patch is not yet attached to this bug report. Could you please attach it?
Comment 2 Matthias Reischenbacher 2009-10-02 05:52:30 UTC
Created attachment 24336 [details]
SVN patch file
Comment 3 Glenn Adams 2012-04-07 01:44:05 UTC
resetting P2 open bugs to P3 pending further review
Comment 4 Glenn Adams 2012-04-11 03:22:00 UTC
increase priority for bugs with a patch