Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 484 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 484 Bytes

PDFSigner

Highly customizable command line utility to sign PDF documents using PKCS #12 certificate files. Perfect to call inline from scripts, batches or old programs that cannot sign PDF files OOB.

Features :

  • Customizable
  • Configuration is inside SQLite Database
  • Portable to all OS

Usage :

  • Program certificate configuration

    PDFSign.exe --setup
    
  • Launch signature

    PDFSign.exe -n MyCertificate -p "pdfpath.pdf"
    

    Demo