Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andyatkinson/form-filler-demo
HTML form to PDF (fillable form) working demonstration!
https://github.com/andyatkinson/form-filler-demo
pdf pdf-generation pdftk
Last synced: 17 days ago
JSON representation
HTML form to PDF (fillable form) working demonstration!
- Host: GitHub
- URL: https://github.com/andyatkinson/form-filler-demo
- Owner: andyatkinson
- Created: 2015-09-18T18:07:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T07:23:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T03:41:12.019Z (about 1 month ago)
- Topics: pdf, pdf-generation, pdftk
- Language: JavaScript
- Homepage: https://form-filler-demo.herokuapp.com/
- Size: 12.4 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Form Filler Demo
Demonstrate PDFtk on Heroku.
1. Fill in form (only capturing name)
1. Generate PDF form with name valueIn a real production app:
1. Use a background job to generate the PDF
1. You'd need to map many more form fields### Blog post
[Blog post](http://andyatkinson.com/blog/2015/09/04/filling-out-pdf-forms-with-pdftk)
### Demo app
[Demo app](https://form-filler-demo.herokuapp.com/)