Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Issue #83: Leading Zeros #97

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

theredcoder
Copy link

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

very nice.

👍 to this.

@sandstrom
Copy link

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants