Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Possible to convert pic pdf to image series?
#2
I would not use Gimp for this. There is a package poppler-utils which has several PDF related utilities.

, One is pdfimages to extract images. Man pdfimages for all the options, which of course I shouls have done before posting Wink This bit useful

If both -png and -tiff are specified, CMYK images will be written as TIFF and all other images will be written as PNG.

Code:
pdfimages -png -tif  filename.pdf your-ref

Edit: A bit more information will help. Are the images in the pdf actually a scan of a whole page, and what is actually required is a method of cropping the image(s) from the page background. There is a Gimp script DivideScannedImages which has a batch function. Can you give details of a single page layout ?

There is also this: Not Gimp, Imagemagick https://stackoverflow.com/questions/4968...background
Reply


Messages In This Thread
RE: Possible to convert pic pdf to image series? - by rich2005 - 06-07-2021, 12:38 PM

Forum Jump: