Hi,
We are currently evaluating VeryPDF split-merge tool for our project requirements.
In which we need your clarification on how to support one of the feature.
We need to know on how to split a single pdf into multiple pdf's with PDF's being generated from specified page numbers.
like i have PDF with 40 pages, in which i want split multiple PDF's for pages 5-8, 12-17, 18-27, 28-31, 32,33,34-35, 38.
So, i am expecting a PDF for each range here,
like, 5-8.pdf, 12-17.pdf, 18-27.pdf, 28-31.pdf, 32.pdf, 33.pdf, 34-35.pdf, 38.pdf. (PDF names are taken for example).
Is there any way to achieve the above functionality using Very PDF splitter.
Thanks.
Customer
------------------------------------------------------------
VeryPDF PDF Split-Merge Command Line software has this function, you may download VeryPDF PDF Split-Merge from following web page to try,
https://www.verypdf.com/app/pdf-split-merge/try-and-buy.html#buy-cmd
https://www.verypdf.com/pdfpg/pdfpg.exe
after you download and install it, you can run following command lines to split page ranges from a PDF file to some new PDF files easily,
"C:\Program Files (x86)\VeryPDF PDF Split-Merge v3.0\pdfpg.exe" "D:\test.pdf,5-8" D:\5-8.pdf
"C:\Program Files (x86)\VeryPDF PDF Split-Merge v3.0\pdfpg.exe" "D:\test.pdf,12-17" D:\12-17.pdf
"C:\Program Files (x86)\VeryPDF PDF Split-Merge v3.0\pdfpg.exe" "D:\test.pdf,18-27" D:\18-27.pdf
"C:\Program Files (x86)\VeryPDF PDF Split-Merge v3.0\pdfpg.exe" "D:\test.pdf,28-31" D:\28-31.pdf
"C:\Program Files (x86)\VeryPDF PDF Split-Merge v3.0\pdfpg.exe" "D:\test.pdf,32" D:\32.pdf
"C:\Program Files (x86)\VeryPDF PDF Split-Merge v3.0\pdfpg.exe" "D:\test.pdf,33" D:\33.pdf
"C:\Program Files (x86)\VeryPDF PDF Split-Merge v3.0\pdfpg.exe" "D:\test.pdf,34-35" D:\34-35.pdf
"C:\Program Files (x86)\VeryPDF PDF Split-Merge v3.0\pdfpg.exe" "D:\test.pdf,38" D:\38.pdf
You can write a simple application to generate above command lines and call them easily.
VeryPDF