PDF Separator
Content Type: Module
Categories: Data
Overview
This is a small module that allows for the splitting of a single PDF with multiple pages into individual PDFs for each page.
Documentation
Demo urlhttps://pdfseparate-sandbox.mxapps.io
Description
A simple module with one main java action, SplitPDF, that takes a single PDF file document as an input, and separates the pages of that PDF file into individual PDF files. These files are then returned in the form of a list of file documents.
Typical usage scenario
If you have a single PDF with multiple pages that you'd like to separate/split into individual pages
Features and limitations
You are able to separate a single PDF file with multiple pages into it's individual pages as PDF files. Please check out the demo app for an idea of what it does and how to use it!