Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Added problem/solution sections. #1

Merged
merged 1 commit into from
Jan 23, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion views/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------

Expand Down Expand Up @@ -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).