Page 1 of 1

Split PDF Filename

Posted: Wed Jan 02, 2013 1:04 pm
by mkis
Hello,



I've got a simple question about the "Split PDF" -Element.



Is it possible to set the index with a leading zero, if the number of pages is smaller than 10 pages?

E.g. filename.pdf -> filename_1.pdf if the document has only 4 pages, but it should be filename_01.pdf



Or do I have to write a script for that?



Thanks for your help!



Michael

Split PDF Filename

Posted: Wed Jan 02, 2013 5:19 pm
by dkelly
Use a Rename Job element after the splitting.

Split PDF Filename

Posted: Thu Jan 03, 2013 10:41 am
by mkis
Thanks,



I've used the Regex Search



_(?=d{1,1}$)



and Replace by



_0



in the rename element.



But it would be nice to have an option in the PDF Splitter for that...



Michael