Overpint settings: Resolving missing text or wrong color issues
10 views
Skip to first unread message
Support
unread,
Mar 10, 2011, 2:36:50 PM3/10/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PDF2Image
Q: We are using PDFTron SDK to convert PDF to image (jpeg).
On some pages the text seems to be of wrong color or is missing.
Could
you please let me know what is the reason of the problem, and how it
can be fixed?
I attached PDF and result image.
----------------
A: By default PDFDraw and PDF2Image have "overprint" simulation
enabled. So the generated image is correct assuming that overprint
should be respected.
To disable overprint preview you can use "--noop" (i.e. no overprint
option). In case you need to do the same thing in PDFNet you can use
pdfdraw or pdfview.SetOverprint(false).