Search found 2 matches
- 2012-05-08T10:12:43-07:00
- Forum: Users
- Topic: PDF to JPG not picking up all layers
- Replies: 2
- Views: 4901
Re: PDF to JPG not picking up all layers
I found my answer! in delegates.xml I changed this line: <delegate decode="ps:alpha" restrain="True" command=""@PSDelegate@" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE= pngalpha " -dTextAlphaBits=%u ...
- 2012-05-08T09:05:08-07:00
- Forum: Users
- Topic: PDF to JPG not picking up all layers
- Replies: 2
- Views: 4901
PDF to JPG not picking up all layers
Problem: When I convert a PDF to a JPG, it doesn't seem to be picking up all of the layers for some PDFs. The background and text all appear black, while the images in the PDF appear in the JPG no problem. - convert.exe is called directly from another program so it's command line parameters can't be ...