Permalink
Browse files

Merge pull request #1 from waldoj/patch-1

Added problem/solution sections, props @waldoj
  • Loading branch information...
2 parents 6dc9c42 + 179a015 commit 4f999c6236f5c57fb16068147e56864078dd5efb @benbalter benbalter committed Jan 23, 2013
Showing with 11 additions and 1 deletion.
  1. +11 −1 views/index.md
View
@@ -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).
+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).

0 comments on commit 4f999c6

Please sign in to comment.