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 pdftk version parsing problem in 3.0.2 #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

neroleung
Copy link

When doing a pdftk --version command, version 2.02 gives pdftk 2.02 a Handy Tool but version 3.0.2 gives pdftk port to java 3.0.2 a Handy Tool. Hence the old regex wouldn't work on the newer version.

Updating the regex so that it'll work on both versions.

When doing a `pdftk --version` command, version 2.02 gives `pdftk 2.02 a Handy
Tool` but version 3.0.2 gives `pdftk port to java 3.0.2 a Handy Tool`. Hence
the old regex wouldn't work on the newer version.

Updating the regex so that it'll work on both versions.
@georf
Copy link

georf commented Aug 19, 2019

Yes, we need it!

@yusdirman
Copy link

please merge.. we need this

@georf
Copy link

georf commented Dec 12, 2021

Is there somewhere an other gem witch is more active then this active_pdftk?

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.

3 participants