2.0.2 • Published 7 months ago

haraworks-sign v2.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Sign a pdf with Javascript

Repository to sign pdfs using PDF-LIB.js and node-signpdf

Install

  • Clone repo
  • Then install dependencies
npm i

Usage

  • Open src/index.js
  • Update the two arguments in for SignPDF class (if you do not want to use the test ones)
  • create a folder called exports in the root of the project
  • Then run this command in your terminal
npm start