help-gv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-gv] printing pdf files to bmp


From: Orion Poplawski
Subject: Re: [help-gv] printing pdf files to bmp
Date: Wed, 05 Apr 2006 10:02:19 -0600
User-agent: Thunderbird 1.5 (X11/20060313)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]