Skip to content

Fix pdftk version parsing problem in 3.0.2#49

Open
neroleung wants to merge 1 commit intotcocca:masterfrom
hoverinc:nero-fix-version-parsing-problem-in-3.0.2
Open

Fix pdftk version parsing problem in 3.0.2#49
neroleung wants to merge 1 commit intotcocca:masterfrom
hoverinc:nero-fix-version-parsing-problem-in-3.0.2

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

Comments