Permalink
Browse files

Added problem/solution sections.

  • Loading branch information...
1 parent 6dc9c42 commit 179a0157103bde03df1747f10bfe7db4db88833f @waldoj waldoj committed Jan 22, 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 179a015

Please sign in to comment.