intoolswetrust / jsignpdf

PDF signing software written in Java. It supports visible signatures, timestamping, certificate verification and many other cool features
https://intoolswetrust.github.io/jsignpdf/
Other
322 stars 121 forks source link

Can use it as cli #4

Closed ovnicraft closed 10 years ago

ovnicraft commented 10 years ago

I need use it as cli from console its possible that ?

kwart commented 10 years ago

Yes, it's possible, look into our user guide Chapter 9: http://jsignpdf.sourceforge.net/uploads/JSignPdf.pdf

-- Josef

On Thu, May 15, 2014 at 4:53 AM, Cristian Salamea notifications@github.comwrote:

I need use it as cli from console its possible that ?

— Reply to this email directly or view it on GitHubhttps://github.com/kwart/jsignpdf/issues/4 .

ovnicraft commented 10 years ago

Yes ! i got it so i am newbie in java and i am writing a python wrapper , so there is any version just as cli, built w/o GUI ? @kwart

kwart commented 10 years ago

No, there is no extra version for CLI. There is one app to rule them all :) Logic is following - if the program is started with arguments, then the batch mode (CLI) is started. If no argument is given, then GUI is initialized.

-- josef

On Mon, May 19, 2014 at 2:42 AM, Cristian Salamea notifications@github.comwrote:

Yes ! i got it so i am newbie in java and i am writing a python wrapper , so there is any version just as cli ? @kwart https://github.com/kwart

— Reply to this email directly or view it on GitHubhttps://github.com/kwart/jsignpdf/issues/4#issuecomment-43458642 .