We have purchased 2 server licenses of Advanced PDF Tools Command Line.
On your website at: https://www.verypdf.com/pdfinfoeditor/index.html
you have mentioned feature "Split or Merge PDF files", I want use this feature to split original pdf to multiple single page pdfs.
(that is, a single pdf of 100 pages is to be split into 100 pdf of one page each)
Once split, I also want to merge selected pages to create a single pdf.
How can I do these? Please respond asap.
Regards
=====================================
You can run following command line to insert a PDF file or page range to another PDF file,
-*
pdftools -i "C:\input.pdf" -o "C:\output.pdf" "-*" "2|0|d:\pdf1.pdf/1,2-4,9|d:\pdf2.pdf/1,3"
insert pages specified by page range (/1,2-4,9) of d:\pdf1.pdf and d:\pdf2.pdf into C:\input.pdf before second page. 2 means source file's page number, 0 means before and 1 after.
You can also download PDF Split-Merge from following web page to try, you can use PDF Split-Merge to split and merge PDF files easily,
https://www.verypdf.com/pdfpg/index.html#dl