bug-ghostscript
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Converting Simple PS Transparency to PDF Fails


From: Walt
Subject: Converting Simple PS Transparency to PDF Fails
Date: Wed, 11 May 2011 14:44:47 -0700 (PDT)
User-agent: G2/1.0

I have a PS file that contains something like this:

<< /AllowTransparency true >>
setdistillerparams
<<
   /BeginPage
   { gsave
       [ /ca .5 /SetTransparency pdfmark
       /Helvetica-Bold findfont 42 scalefont setfont
       .8 .85 .9 setrgbcolor 90 100 moveto 57 rotate
       (Some Watermark Text) show
       grestore
   } bind
>> setpagedevice


The problem is that while the transparency renders correctly
through distiller, I need to be able to distill this on a Linux
server through the commandline. ps2pdf strips out the
transparency even though it is supposed to recognize it.

Any suggestions? This is rather difficult to find information about!

Thank you,
Walt


-~


reply via email to

[Prev in Thread] Current Thread [Next in Thread]