On Fri, 2005-05-20 at 14:05 +0200, Jan-Benedict Glaw wrote:
On Fri, 2005-05-20 11:36:24 +0000, Jules Richardson
<julesrichardsonuk at yahoo.co.uk> wrote:
- A
tarball containing all the TIFF (or whatever) images as well
as some (generated)
See my other post; that's my preference and what I tend to do with all
image-based PDF content I download from anywhere anyway...
For the records (and my education), how do you extract these?
I've always used Imagemagick's 'convert' util to do it -
'convert foo.pdf foo.tif' will produce a multi-page TIFF image
corresponding to the input pdf file.
'convert foo.pdf foo%02d.tif' will give you seperate TIFF images for
each page (which is the more useful flavour)
I believe Ghostscript will do it too, and there are at least a couple of
other utils I've stumbled across in the past to do this (names elude me
right now!)
cheers
Jules