Tag Archives: pdftk

pdftk

Using pdfimages – extracting images from pdf file

We can use the Linux command tool pdfimages to extract the images from the pdf file pages. To extract all image we can use this:

The your_input.pdf is your pdf file. The images-out it’s the output name of the images. The images will be saved with the name image-out like :

We can… Read More »