Dominik Margraf wrote:
Hi!

Dies the Ghostscript family (gv, gsview etc) have the ability to print PDF
files directly to bmp (or tiff) images?  If not, are there any GPL software
doing this job?

Thanks,

Dominik

Usually with something like this:

gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=bmp16 -sOutputFile=output%d.bmp input.pdf

will create output1.bmp, output2.bmp, ... for each page.

See gs -h for a list of devices.

You can set the resolution with -r  (eg -r72 or -r150x100)

--
Orion Poplawski
System Administrator                   303-415-9701 x222
Colorado Research Associates/NWRA      FAX: 303-415-9702
3380 Mitchell Lane, Boulder CO 80301   http://www.co-ra.com


_______________________________________________
help-gv mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gv

Reply via email to