Description
PortableSigner is a signing (with X.509 certificates) program for PDF files. It's platform independent and runs under Linux, Windows (2000, XP, Vista) and Mac OS X.
You can use the following command-line parameter:
pfp$ java -jar PortableSigner.jar -h
usage: PortableSigner
-c < arg > Comment under signature block (text)
-f If this is set, the document is NOT finalized
-h Help (this page)
-n Without GUI
-o < arg > Outputfile (PDF)
-p < arg > Signaturepassword
-s < arg > Signaturefile (P12)
-t < arg > Inputfile (PDF)
pfp$
For the example above the following commandline is required:
pfp$ java -jar PortableSigner.jar -n
-t /Users/pfp/Desktop/unsigned.pdf
-o /Users/pfp/Desktop/signed.pdf
-s /Users/pfp/Desktop/pfp.p12
-p MySecretPassword
Document
/Users/pfp/Desktop/signed.pdf
is generated and signed!
pfp$
The switch "-n" turns the GUI off. In all other cases the GUI is invoked to support macro mode calling!
User Reviews for PortableSigner FOR LINUX 1
-
PortableSigner FOR LINUX is a versatile PDF signing tool with X.509 certificates support. Ideal for platform-independent document security.