On Wed, 2011-03-30 at 01:31 -0700, wwMark wrote: > OK, so I was able to identify the root cause of the issue: > > http://markmail.org/message/3tuims2gjbconya5#query:+page:1+mid:erbhuuvthcptlxt6+state:results > http://markmail.org/message/qithk3gcoyrane3a#query:+page:1+mid:qithk3gcoyrane3a+state:results > > But still, do you know if there is a workaround, i.e. the way to make it > work properly for adobe acrobat reader? > > Thanks, > Robert >
I've had color problems with Acroread on Linux and to a lesser extent on Windows. In my case, images were too dark. By default, PDF uses DeviceCMYK for compositing but I needed DeviceRGB for the images that I included. I wrote a little script that goes through the PDF file and adds: /Group << /S /Transparency /I true /CS /DeviceRGB>> after each /Page (I found this workaround on the bmeps web site). I then ran the PDF file through pdftk to fix the references. Tav --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org