FAQ
A-PDF :: Affordable PDF Tools

How to batch split PDF files in a directory?

Return KB main page

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

We always like improving our products based on your suggestions. Please send your feedback (or ask questions) to us in the contact page.

Return KB main page