8.7

Table Of Contents
Technical
Because of timeout limitations, it is generally a good idea to use the Send immediate
response to clientoption of the HTTPServer Input task, especially when processing a
large amount of documents from the pen. Additionally, HTTPServer Processes should
always be self-replicating and have a short polling interval set in their properties.
Managing and Post-Processing
There are a couple of things that can be done even after documents have been inked. As long
as a document remains open, it is still present in the Capture database and be used in a
process:
l The "Find Capture Documents" on page482 input task is used to retrieve a list of
documents under specific criteria.
l
The Capture Condition and Get Capture Document tasks are used to effect post-
processing and retrieve document from the Capture database.
Error Handling
Whenever an error occurs during the Capture Field Processor phase, it is of course important to
be able to handles these errors. For this purpose, the "PGC to PDF Converter" on page491
task was added with PlanetPress 7.4, adding the ability to quickly and directly convert a
PGCfile to a blank PDFfile containing the ink data as an EPSlayer. This is useful when, for
example, data is received for a document that's already been closed.
l The "Input Error Bin" on page225 input task is triggered when the process sends data to
the error process.
l A"PGC to PDF Converter" on page491 task converts the PGCto a PDF
l Any existing output is used here, for example an email notification.
The Examples
l "Basic Functional Capture Workflow" on page172
l "Capture Post Processing Workflow" on page173
l "Capture Web Manager Workflow" on page177
Page 145