.profile/notebook/Linux/Tools/pdf to image.md

284 B

tags
pdf

pdfimages

To extract individual original images from a PDF document:

pdfimages -png input.pdf prefix

pdftoppm

To convert the actual document to images (so kinda like taking screenshots, but better)

pdf2ppm -png input.pdf output.png