Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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 value

In 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/)