
Allows you to split a PDF file by page ranges.
Example


Running this code will split the PDF "E:\Example Folder\PTP FORM 3.pdf" per page, saving it to "E:\Saved Folder\Sample.pdf", naming all files with "_0" at the end.
plugin command("Document Automation.dll", "pdf split", "E:\\Example Folder\\PTP FORM 3.pdf", "E:\\Saved Folder\\Sample.pdf", "_0")