From 179a0157103bde03df1747f10bfe7db4db88833f Mon Sep 17 00:00:00 2001 From: Waldo Jaquith Date: Tue, 22 Jan 2013 15:27:06 -0500 Subject: [PATCH] Added problem/solution sections. --- views/index.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/views/index.md b/views/index.md index 2904eed..7cfeeee 100755 --- a/views/index.md +++ b/views/index.md @@ -5,6 +5,16 @@ PDF Filler is a RESTful service (API) to aid in the completion of existing PDF-b PDF Filler works with virtually any unencrypted PDF, supporting both fillable (e.g., PDFs with pre-defined entry fields) and non-fillable (e.g., scanned PDFs) forms. Simply pass it the URL to any publicly hosted PDF. PDF Filler can even automatically create the markup necessary to embed an HTML form in an existing webpage. +What Problem This Solves +------------------------ + +It is frequently most convenient to collect data via a web-based form, but often it is necessary to store and display that data within a prescribed, print-based page layout. + +How This Solves It +------------------ + +PDF Filler passes form values into a PDF, storing its values within form fields and returning the completed PDF. It can also generate HTML forms based on the form fields within a PDF form. + Features ------- @@ -112,4 +122,4 @@ By contributing to this project, you grant a world-wide, royalty-free, perpetual License ------- -This project constitutes a United States Government Work under 17 USC 105 and is distributed under the terms of the [MIT License](http://opensource.org/licenses/mit-license.php). \ No newline at end of file +This project constitutes a United States Government Work under 17 USC 105 and is distributed under the terms of the [MIT License](http://opensource.org/licenses/mit-license.php).