PDF to Image / Command Line Examples
This page contains various examples of using the PDF to Image API in Command Line. The examples are complete and fully functional. Read more about how to convert PDF to Image in Command Line.
Basic examples
Basic examples
PDF file to PNG file
pdf2image -user-name "demo" -api-key "demo" \ -output-format "png" \ -force-zip \ "/path/to/invoice.pdf" > "invoice.zip"
PDF url to PNG file
pdf2image -user-name "demo" -api-key "demo" \ -output-format "png" \ -force-zip \ "https://pdfcrowd.com/static/pdf/apisamples/invoice.pdf" > "invoice.zip"