[Typo3] ImageMagick 6.1.9 and read pdf

Rainer (Rene) Suthoelder t3 at boswel-remove-me.de
Mon Apr 18 18:19:50 CEST 2005


Albert Dekker wrote:
> Gonna do that, Will tell you the result.
> Thanks by now, Albert

just in case: this is how my setup looks like (shortened)

[...]

eps<=>pdf
 F:\WWW\server\gs8.14\bin\gswin32.exe -dMaxBitmap=300000000 -sDEVICE=pdfwrite 
 -q -dNOPAUSE -dSAFER \
   -sOutputFile="%o" -- "%i" -c quit

eps<=>ps
 F:\WWW\server\gs8.14\bin\gswin32.exe -dMaxBitmap=300000000 -sDEVICE=pswrite 
 -q -dNOPAUSE -dSAFER \
   -sOutputFile="%o" -- "%i" -c quit

gs-color=>
 F:\WWW\server\gs8.14\bin\gswin32.exe -dMaxBitmap=300000000 -sDEVICE=pnmraw  
-q -dNOPAUSE -dSAFER \
   -dTextAlphaBits=%u -dGraphicsAlphaBits=%u -g%s -r%s %s \
   -sOutputFile="%s" -- "%s" -c quit

gs-mono=>
 F:\WWW\server\gs8.14\bin\gswin32.exe -dMaxBitmap=300000000 -sDEVICE=pbmraw  
-q -dNOPAUSE -dSAFER \
   -dTextAlphaBits=%u -dGraphicsAlphaBits=%u -g%s -r%s %s \
   -sOutputFile="%s" -- "%s" -c quit

[...]

and so on.

rainer 





More information about the TYPO3-english mailing list