lucky13
Group: Members
Posts: 1478
Joined: Feb. 2007 |
|
Posted: April 15 2008,18:26 |
|
You can use imagemagick to convert PDFs into other image files. For example:
Code Sample | convert whatever.pdf pages-%03d.png |
...will convert into a series of images from pages-000.png to however many pages (minus 1 since starting at 0).
Then view in xzgv or firefox or dillo. Comes in handy if you only want certain pages anyway, but it can take a while to convert lengthier documents.
-------------- "It felt kind of like having a pitbull terrier on my rear end." -- meo (copyright(c)2008, all rights reserved)
|