About this tool
PDF Pipeline Builder lets you build multi-step PDF processing visually by connecting nodes in execution order. Start from PDF Input, add page selection/reordering, deletion, duplication, blank-page insertion, rotation, reverse order, Split / Merge, page numbers, Watermark, or Text Stamp nodes, then connect the final stream to PDF Output. Selecting a node shows a local preview of the PDF state at that point.
A Pipeline can be stored as a browser-local Recipe for quick reuse or exported as Pipeline JSON for backup, transfer, or Git-based storage. Neither format stores the source PDF bytes, so PDF Inputs need to be selected again when reused. Selected PDFs, intermediate previews, Recipe execution, and generated PDFs are processed locally in the browser and are not uploaded by the app.
Good for
- Reuse the same page selection, reordering, and numbering workflow for recurring PDF tasks
- Split a PDF into selected and remaining pages, process branches independently, then merge them in a chosen order
- Control whether page numbers or watermarks happen before or after other page operations
- Inspect intermediate PDF states while building a multi-step workflow instead of checking only the final output
- Back up or transfer a PDF processing graph as Pipeline JSON for another device or Git repository