codeforamerica / pdfhook

A Python web application for converting PDF forms into PDF-filling APIs
https://pdfhook.herokuapp.com
MIT License
46 stars 24 forks source link

Return filled pdf #35

Closed bengolder closed 8 years ago

bengolder commented 8 years ago

After receiving a JSON submission, return a Response object with the pdf and proper headers.

Currently the JSON fill_pdf view is returning the pdf's file path rather than the pdf itself.