documentcloud / docsplit

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

Windows: "%d" is always escaped to "\%d". #118

Closed ypxing closed 9 years ago

ypxing commented 9 years ago

Unders Windows, "%d" is always escaped to "\%d". It makes "extract_pages" fail because of below exception.

Docsplit::ExtractionFailed: Unhandled Java Exception in createoutput(): java.io.FileNotFoundException: ./abc\1.pdf: The system cannot find the path specified.