Check basic properties of PDFs before you process them: page count, file size, page size/rotation, and whether they contain text or images. Use these endpoints as a "pre-check" step to decide what to do with a file next.
Typical uses: • Reject files that are too big or too small • Detect image-only PDFs that should go through OCR • Ensure a document has enough pages before it enters a workflow • Check orientation of pages before printing or merging
This category contains 6 nodes.
Checks if a PDF contains an image
Checks if a PDF contains set text, returns true if does
Checks if a PDF is a set file size
Checks if a PDF is greater, less or equal to a setPageCount
Checks if a PDF is of a certain rotation
Checks if a PDF is of a certain size