Skip to content

Latest commit

 

History

History
113 lines (74 loc) · 3.21 KB

README.md

File metadata and controls

113 lines (74 loc) · 3.21 KB


Logo

PDF Signer

Simple application for signing PDF files with Electronic Certificates in Frappe and Erpnext.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About PDF Signer
  2. Getting Started
  3. Usage
  4. License

About PDF Signer

Product Name Screen Shot

PDF Signer is an application that allows you to apply electronic signatures to a PDF document. Among its main characteristics are:

  1. Allows you to apply multiple signatures using digital certificates on the same PDF document.
  2. Allows you to apply a single digital signature to a document. After this, if the PDF document is modified, they will not be valid.
  3. Validate the signatures applied to a PDF document with certificates of type Certification Authority, (CA Root).
  4. Customize the signature: Use a background image, QR code, apply on one or more pages in the document, etc...
  5. When attaching a PDF document to any doctype in the system, automatically ask if you want to sign it.
  6. Multiple signature configuration environments.
  7. Manage multiple certificate chain.

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

Install on Frappe Cloud

  1. Go to https://frappecloud.com/dashboard/#/sites and click the "New Site" button.
  2. In Step 2 ("Select apps to install"), select "PDF Signer".
  3. Complete the new site wizard.

Install on Self-Hosted

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 15 bench get-app --branch verion-15 https://github.com/mmdanny89/pdf-signer.git.

(back to top)

Usage

Please refer to the Wiki Usage

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)