Skip to content
matthiasbock edited this page Oct 16, 2014 · 7 revisions

Steps

Start

PDF upload form, action=load.php.

Load

When "Load" is clicked, the document is posted to load.php, which converts all pages to JPEG and then redirects to edit.php.

Edit

The user scrolls through the document (JPEG pages) and can click at arbitrary positions to create edit fields, to which text can be entered. Text is stored in a [JSON](JSON format). Export button ...

Export

The JSON is posted to export.php, which creates an overlay PDF, invokes pdftk and returns the result.

Links

Clone this wiki locally