Pario TechnoBlob
About
Posts
Tag: pdf
Extracting images from Adobe Acrobat PDF file
This is a short example of how to extract images from a PDF file using ImageMagick # convert thePDFfile.pdf page-%03d.png # ls page* page-000.png page-001.png page-002.png...