This page serves as a guide on using PDFCrowd API to convert PDF into images from the command line.
Below are examples to help you quickly get started with the API. Explore our additional examples for more insights.
For a multi-page PDF, the API returns a ZIP archive containing an image for each page. For a single-page PDF, the output is directly an image (e.g., PNG). To determine the output format, use -zipped_output. You can enforce the use of a ZIP archive by using -force_zip.
The API requires authentication using your PDFCrowd username and API key. To get started quickly, you can use these demo credentials for testing without registering:
USERNAME
APIKEY
To get your own API credentials, you can start a free trial or purchase a PDFCrowd license.
-debug-log
to obtain detailed information about the conversion process, including
load errors, load times, browser console output, etc.
Refer to the PDF to Image Command Line Reference Manual for a description of all command line options.