How to batch split PDF files in a directory?
Question
Is there any batching capability with A-PDF Split? I need to process several thousand files in a directory.
Solution
The GUI program can not. You may use the command line version. More detail: http://www.a-pdf.com/split/cmd.htm
For example, to split files in a directory(say c:\pdfs), use the command:
for %1 in (c:\pdfs\*.pdf) do PSCMD.exe "%1" -P "c:\output"
Related products
- A-PDF Split - Split any Acrobat PDF file into separate pdf files base on page, bookmark and more
- A-PDF Split Command Line - A command line tool to split PDF file into separate pdf files.
- A-PDF Text Extractor Command line - A command line tool to convert PDF files to text.
- A-PDF Restrictions Remover Command Line - A command line tool to remove PDF restrictions and password.
We always like improving our products based on your suggestions. Please send your feedback (or ask questions) to us in the contact page.