PDFToImage

This application will create an image for every page in the PDF document.

WARNING: This is new code and should be treated as beta quality!

usage: java -jar pdfbox-app-x.y.z.jar PDFToImage [OPTIONS] <PDF file>

Command Line Parameter Type Default Value Description
-password <password> string None The password to the PDF document.
-imageType <type> string jpg The image type to write to. Currently only jpg or png.
-outputPrefix <image file prefix> string Name of PDF document The prefix to the image file.
-startPage <start page> integer 1 The first page to extract, one based.
-endPage <end page> integer Integer.MAX_INT The last page to extract, one based.
-nonSeq boolean false Use the new non sequential parser.