documentcloud / docsplit

Break Apart Documents into Images, Text, Pages and PDFs
http://documentcloud.github.com/docsplit/
Other
832 stars 214 forks source link

Docsplit images command - Added the ability to specify the page number delimiter via a command line option #110

Open BrandonNoad opened 10 years ago

BrandonNoad commented 10 years ago

When using docsplit images to split a pdf into a series of images (e.g. foo.pdf --> foo_1.jpg, foo2.jpg, ...), the user may want the ability to specify the page number delimiter. For example, instead of always using an underscore (''), the user may want to use a dash ('-') or something more complicated (e.g. foo.pdf --> foo-page-1.pdf, foo-page-2, ...).