Skip to content

Fix for Issue #83: Leading Zeros - #97

Open
theredcoder wants to merge 3 commits into
documentcloud:masterfrom
theredcoder:master
Open

Fix for Issue #83: Leading Zeros#97
theredcoder wants to merge 3 commits into
documentcloud:masterfrom
theredcoder:master

Conversation

@theredcoder

Copy link
Copy Markdown

In addition to issue #83, this falls along the same lines as the closed pull request #91.

This provides a command line option --leading_zeros, which when applied to commands extracting individual pages, will pad the page numbers in the file's name. Instead of file_1.png, file_10.png, file_11.png, ... file_2.png, the files will be named file_01.png, file_02.png, ..., file_09.png, file_10.png, file_11.png.

@joshkinabrew

Copy link
Copy Markdown

very nice.

👍 to this.

@sandstrom

Copy link
Copy Markdown

I guess this PR would solve the actual problem, but in a nicer way: #63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants