Pdf Signer

Simple application for signing PDF files with Electronic Certificates in Frappe and Erpnext.

Install Pdf Signer

bench get-app https://github.com/mmdanny89/pdf-signer

Tags

  • erpnext
  • frappe-framework

Add the Frappe Gems badge to your README

Maintain Pdf Signer? Paste this into your README:

[![Listed on Frappe Gems](https://frappegems.com/api/method/frappe_gems.seo.badge?app=mmdanny89%2Fpdf-signer)](https://frappegems.com/gems/apps/mmdanny89/pdf-signer)

About Pdf Signer


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][product-screenshot]](https://github.com/mmdanny89/pdf-signer) 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 ```bash 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](https://github.com/mmdanny89/pdf-signer/wiki/Usage)_

(back to top)

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

(back to top)

[product-screenshot]: images/pdf-signer-dashboard.png

Related Developer Tools apps for Frappe & ERPNext

  • Frappe — Low code web framework for real world applications, in Python and Javascript
  • Frappe Docker — Docker environment for developing, deploying, and running Frappe applications (ERPNext and custom apps) in production and development
  • Builder — Craft beautiful websites effortlessly with an intuitive visual builder and publish them instantly
  • Bench — CLI to manage Multi-tenant deployments for Frappe apps
  • Frappe Ui — A set of components and utilities for rapid UI development
  • Press — Full service cloud hosting for the Frappe stack - powers Frappe Cloud
  • Gameplan — Open Source Discussions Platform for Remote Teams
  • Doppio — A Frappe app (CLI) to magically setup single page applications and Vue/React powered desk pages on your custom Frappe apps.