Skip to content

Commit

Permalink
updated readme with description and banner
Browse files Browse the repository at this point in the history
  • Loading branch information
maielo committed May 22, 2023
1 parent bbb0a98 commit da7ca97
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# pdftk-fill-pdf

[PDFtk](https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/) is required
![pdftk-fill-pdf](https://user-images.githubusercontent.com/8983870/239914588-bbc78028-d772-483a-80ec-42d3a4e4f8d0.png)

Automate PDF Form Population with Node.js: Leveraging [PDFtk](https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/) for Dynamic Form Filling and XFDF Generation

[PDFtk](https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/) is required!

- fills multiple form fields using same acrofield name ✔️
- handles checkboxes ✔️
- handles `undefined` and `null` values with empty string ✔️
- all asynchronous ✔️
- returns `Buffer` ✔️
- lightweight and no dependencies ✔️
- exposes `pdftk` and `xfdf` for customization ✔️
- written in typescript ✔️

Expand Down

0 comments on commit da7ca97

Please sign in to comment.