PDF automation templates
9 ready-to-use pdf templates. Import one into Robomotion, connect your own accounts, and run it on a schedule or on demand.
Create PDF from Selected Pages
BeginnerUpdated 8 months agoPulls a chosen range of pages from a source PDF and writes them to a new document. Useful for trimming or sharing parts of a report.
Extract Tables from PDF
IntermediateUpdated 8 months agoLocates tables inside a PDF and extracts their rows into structured data. A drop-in stage in any OCR-adjacent pipeline.
Get Images from PDF
BeginnerUpdated 8 months agoExtracts every embedded image from a PDF file into a target directory. Useful for downstream OCR or asset recovery.
Get Number of Pages in a PDF
IntermediateUpdated 8 months agoReports the page count of a PDF file as a single number. A small utility that feeds splitters, paginators, and dashboards.
Merge PDFs
IntermediateUpdated 8 months agoCombines every PDF in a folder into one consolidated document using a reusable merge subflow.
Merge Two PDFs
BeginnerUpdated 8 months agoJoins two PDF files into a single output document — the minimal merge recipe.
Split PDF by Half
AdvancedUpdated 8 months agoCalculates a midpoint and splits a PDF into two evenly-sized halves. Demonstrates arithmetic on page counts feeding a splitter.
Split PDF by Specified Page
IntermediateUpdated 8 months agoSplits a PDF into two files at a user-specified page number. Ideal when you know exactly where a document should be divided.
Split PDF into Parts
AdvancedUpdated 8 months agoDivides a PDF into N equal-sized slices and writes each part out as its own file. A general-purpose chunker for large documents.