CloudConvert
Use CloudConvert to convert files, create thumbnails, merge files, add watermarks and more!
Actions51
- File Actions
- Metadata Actions
- PDF Actions
- Add PDF OCR Layer
- Decrypt PDF
- Merge Files
- Decrypt PDF
- Merge Files
- Split PDF Into Pages
- Convert PDF to PDF/A
- Extract Pages From PDF
- Split PDF Into Pages
- Convert PDF to PDF/A
- Encrypt PDF
- Extract Pages From PDF
- Rotate PDF Pages
- Split PDF Into Pages
- Add PDF OCR Layer
- Convert PDF to PDF/A
- Encrypt PDF
- Extract Pages From PDF
- Rotate PDF Pages
- Add PDF OCR Layer
- Decrypt PDF
- Encrypt PDF
- Merge Files
- Rotate PDF Pages
- Command Actions
- Website Actions
Overview
This node operation splits a PDF file into individual pages, creating one PDF file per page. It is useful when you need to separate a multi-page PDF into single-page documents for easier handling, distribution, or processing. For example, splitting a large report into individual chapters or extracting specific pages for review.
Use Case Examples
- Splitting a multi-page PDF report into separate single-page PDFs for distribution to different departments.
- Extracting individual pages from a scanned PDF document for focused processing or archiving.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authenticating with the CloudConvert API, either OAuth2 or API Key. |
| Binary Input Data | Whether the input PDF file is provided as binary data in a binary property. |
| Input File Contents | The text content of the PDF file to upload, used if Binary Input Data is false. |
| Binary Property | Name of the binary property containing the PDF file data, used if Binary Input Data is true. |
Output
JSON
pages- Array of individual PDF pages as separate files in JSON format.
Dependencies
- CloudConvert API
Troubleshooting
- Ensure the input PDF file is correctly provided either as binary data or text content depending on the 'Binary Input Data' setting.
- Authentication errors may occur if the API key or OAuth2 token is invalid or expired; verify credentials are correct and have necessary permissions.
- If the PDF is corrupted or not a valid PDF file, the operation may fail; validate the input file before processing.
Links
- CloudConvert API Documentation - Official API documentation for CloudConvert, detailing file conversion and PDF operations.