Forum Moderators: not2easy
I am miffed. I mean pulling my hair out and running to the top of a mountain to live as a hermit annoyed ... What could cause such a mess, and what might I look into as far as a fix? I have half a mind to tell him to print in RGB, lmao .. At least ONE of the 4 seperations of street names might end up in the right spot!
Any input before I go bald would be appreciated!
-- Zak
-- Zak
I deal with PDF programming every day. I feel your pain. I believe the problem is not your content, but the export filters in the programs that you use to create the CMYK version of the PDF.
I use a product by a company called PDFTron for system level PDF programming. It is a library for C# and C++ developers. It reads in PDF and allows you to modify the contents etc and write them back out. I am not sure on your programming skills, but I thought I'd mention that.
CMYK and RGB color space is rendered entirely different in version 7. The "new" PDF rendering engine in 7.0 is quicker and more true to life. This has hampered me quite a bit. There are a bunch of default values that most PDF export filters assume to be set or new values that need to be set for proper display within version 7.0. I am still working out the kinks on the current project I am working on. I would look for new PDF export filters for the software you are using to export the original PDF.
That's my take
Dan