On 04/18/2011 05:42 PM, Diego Queiroz wrote:
> Two more things. First, you might check the delegates.xml file
(should be in
> the config folder of the IM installation) and make sure it has one or
more
> delegate records with "decode=pdf" in them, and that those records
name "gs" as
> the delegate.
I think you may get the point.
My delegates.xml file has only these two lines with decode=pdf
<delegate decode="pdf" encode="eps" mode="bi"
command=""@PSDelegate@" -q -dQUIET -dPARANOIDSAFER -dBATCH
-dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -sDEVICE=epswrite
"-sOutputFile=%o" -- "%i""/>
<delegate decode="pdf" encode="ps" mode="bi"
command=""@PSDelegate@" -q -dQUIET -dPARANOIDSAFER -dBATCH
-dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dEPSCrop -dAlignToPixels=0
-dGridFitTT=2 -sDEVICE=pswrite "-sOutputFile=%o" --
"%i""/>
I don't know for what is this file, but doesn't it have to contain
something about pdf to ppm conversion?
No, those are the same lines I have on my office PC (Linux Mint), and
conversion works fine here.