Ops, I meant -sOutputFile=out.tif for tiff32nc Lee
On 9 Jul 2013, at 11:21, Mr Lee Badham wrote: > Hi, > > Directly on the command line: > > gs -q -dBATCH -dMaxBitmap=50000000 -dNOPAUSE -sDEVICE=epswrite > -sOutputFile=out.eps -- mypdf.pdf -c quit > > Gives an eps file that can be opened in ghostscript, but not Preview or Adobe > Illustrator. 308MB > > gs -q -dBATCH -dMaxBitmap=50000000 -dNOPAUSE -sDEVICE=tiff32nc > -sOutputFile=out.eps -- mypdf.pdf -c quit > > Gives me a tiff file - which is what I want ( or at least a bitmap I can > import ). 28MB > > That delegate is similar to the one used for Imagemagick in the delegates.xml > file. > > Are there several conversions then when importing pdf files? Such as > pdf->eps->tif? > > I could just use the command line versions to convert, but I was just trying > to keep all the import and conversions internal. > > Lee > > On 5 Jul 2013, at 16:01, Christian Schmitz wrote: > >> >> Am 03.07.2013 um 10:19 schrieb Mr Lee Badham <[email protected]>: >> >>> Hi Christian, >>> >>> I tried using GraphicsMagick and I get a similar error: >> >> In GraphicsMagick, we embed a delegate.xml file as fallback, so the library >> can be used independent. >> >>> Magick: Postscript delegate failed (/Volumes/VM/mypdf.pdf) reported by >>> ../libGraphicsMagick/GraphicsMagick/coders/pdf.c:377 (ReadPDFImage) >>> >> >> Well, the delegate for ps is: >> >> gs -q -dBATCH -dMaxBitmap=50000000 -dNOPAUSE -sDEVICE=epswrite >> -sOutputFile=%o -- %i -c quit >> >> not sure if that works with current gs. >> >> >> Greetings >> Christian >> >> -- >> MBS Xojo Developer Conference 2013 >> >> More details and registration here: >> http://www.monkeybreadsoftware.de/realbasic/events/ >> >> >> >> >> >> >> _______________________________________________ >> Mbsplugins_monkeybreadsoftware.info mailing list >> [email protected] >> https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info > > _______________________________________________ > Mbsplugins_monkeybreadsoftware.info mailing list > [email protected] > https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
