I'm trying to burst multiple files in one go and would like to include the input filename and page number as the output. Something like:
pdftk *.pdf burst output source_filename.%2d.pdf
Any ideas.
If I do
pdftk *.pdf burst
I just get an error "Input errors, so no output created."
After more googling and experimentation this works: