Simple application for signing PDF files with Electronic Certificates in Frappe and Erpnext.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
PDF Signer is an application that allows you to apply electronic signatures to a PDF document. Among its main characteristics are:
- Allows you to apply multiple signatures using digital certificates on the same PDF document.
- Allows you to apply a single digital signature to a document. After this, if the PDF document is modified, they will not be valid.
- Validate the signatures applied to a PDF document with certificates of type
Certification Authority, (CA Root)
. - Customize the signature: Use a background image, QR code, apply on one or more pages in the document, etc...
- When attaching a PDF document to any doctype in the system, automatically ask if you want to sign it.
- Multiple signature configuration environments.
- Manage multiple certificate chain.
To get a local copy up and running follow these simple example steps.
- Go to https://frappecloud.com/dashboard/#/sites and click the "New Site" button.
- In Step 2 ("Select apps to install"), select "PDF Signer".
- Complete the new site wizard.
Version 14
cd frappe-bench
bench get-app https://github.com/mmdanny89/pdf-signer.git
bench --site sitename install-app pdf_signer
Remeber to replace
sitename
with your site name.
For Version 15bench get-app --branch verion-15 https://github.com/mmdanny89/pdf-signer.git
.
Please refer to the Wiki Usage
Distributed under the MIT License. See LICENSE
for more information.