7.4

Table Of Contents
Special Workflow Types
The PlanetPress Suite Workflow Tool supports multiple input and output types, in so many different combinations that it would
be hard to give example processes for each possibility. However, some types of processes like PDF, HTTPand SOAP are
important enough to pay some attention to them.
This chapter will describe each of these special workflow types and give at least one example of an implementation that uses
them.
Special Workflows
PDFWorkflow
APDFworkflow uses a PDFas it's job file and manipulations are generally made in the Metadata instead of the PDFitself,
since PDFfiles are much larger than most other data files compatible with PlanetPress Suite. The Metadata Tools are exten-
sively used in the example presented, which is a weekly sales report sent to all the sales associates of a particular company
branch. See the PDF Workflow for more details.
PlanetPress Capture Workflow
A Capture workflow is divided in two steps:Creating an output of documents containing the PlanetPress Capture Fields, and
retrieving the information from the Anoto Digital Pen to merge it with the original documents. See PlanetPress Capture Work-
flow for more details.
HTTPServer workflow
An HTTPworkflow receives requests from a client via a GETor POSTrequest, sometimes only with information, sometimes
with attached files. An HTTPworkflow is basically an XMLworkflow since that is the type of file created by the HTTPServer
input action task. See the HTTP Server Workflow page for more details.
PlanetPress Capture Workflow
PlanetPress Capture, introduced in PlanetPress Suite 7.2 and enhanced ever since, is a set of tools that is used to simplify dig-
ital archiving processes by capturing information from a special pen which records everything it writes on paper, as long as
this paper contains special Anoto Patterns.
There are important considerations to keep in mind when dealing with PlanetPress Capture. Please review them in
PlanetPress Capture Implementation Restrictions.
In order to properly build a PlanetPressCapture workflow, it is very important to understand the terminology, implications and
limitations of the technology. This is the first part of this section:
l PlanetPress Capture Glossary
l General Considerations
l Security Considerations
Special Workflow Types