- Notifications
You must be signed in to change notification settings - Fork0
Node.js program for inserting a name in a PDF.
NotificationsYou must be signed in to change notification settings
AlexCo888/nodejs-to-pdf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
I created this program with Node.js and Express to insert a name in 3 different example contracts.Each pdf is created in the root folder with a hashed filename. The hashed filename and the name are inserted at the bottom of each new pdf.
Herehttps://node-js-to-pdf.netlify.app/ you can see it in action.
- Node.js (with npm or Yarn)
This repository is an example of how to create a PDF contract.
There are two important fields in this this repository:
index.js
is the main entry point. It defines the data structure used to create the contracts.createContract.js
exports a function that can be used to create contract PDFs.