Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

opensignature/pdfsign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdfsign

Sign PDF (PAdES compatible)

Requirements:

PoDoFo (http://podofo.sourceforge.net/)

OpenSSL ver. 3 (https://github.com/openssl/openssl)

Other standard library: (libjpeg, libfreetype, libz, libpthread, libfontconfig)

Compile with:

g++ pdfsign.cpp -I/usr/include/podofo/ -lpodofo -ljpeg -lfreetype -lpng -lz -lcrypto -lpthread -lfontconfig -o pdfsign

Execute with:

pdfsign -in infile.pdf -id idkey -cert certificate.pem

(*) extract idkey and certificate.pem with pkcs11-tool ( https://github.com/OpenSC/OpenSC )

About

Sign PDF (PAdES compatible)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages