claudioscheer / merge-sign-pdf-python

Merge and Sign PDF files using command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merge and Sign PDF files using command line

This alpha project uses Python to merge and sign PDF files with multiple certificates.

How to install

Download the compiled file from Releases page.

How to use

foo@bar:~$ ./merge-sign-pdf --help

Example

foo@bar:~$ ./merge-sign-pdf --files ./test-files/pdfs/file1.pdf ./test-files/pdfs/file2.pdf ./test-files/pdfs/file4.pdf --pages-rotation-matrix "0;90;0,270" --certificates ./test-files/certificates/user1@example.com/cert.p12 ./test-files/certificates/user2@example.com/cert.p12 --passwords "user1@example.com" "user2@example.com" --output output.pdf --location BR --reason "Just sign it!" --contact "example@example.com"

About

Merge and Sign PDF files using command line.

License:Do What The F*ck You Want To Public License


Languages

Language:Python 82.9%Language:Shell 14.6%Language:Batchfile 2.5%