8.8

Table Of Contents
l "Run Script" on page409 tasks can also modify metadata using the Metadata API
(See "Using Scripts" on page91).
l The "Barcode Scan" on page279 task can add information to the existing metadata,
and creates it if there is none.
l The "Capture Fields Generator" on page482, "Capture Fields Processor" on
page486, "Get Capture Document" on page502 and "Find Capture Documents" on
page497 tasks generate their own metadata.
l The "Lookup in Microsof Excel® Documents" on page440 enhances metadata
fields with information from an Excel spreadsheet, but does not otherwise change its
structure.
Examples
l "Daily Sales Report from PDF Files" below
Daily Sales Report from PDF Files
This workflow makes heavy use of both PDFTools and Metadata, and assume that you are
using PlanetPress Workflow version 7.3 or higher.
This single process workflow generates a daily sales report for any sales rep inside of a
company which made at least one sale. It does this by capturing the invoices generated within
a specific day, putting all the invoices for each sales rep in a single PDFand then sending it to
the sales rep.It does this using several specific metadata tasks as well as a quick lookup in an
external Excel spreadsheet.
Resources
l PDF-DailySalesReport-Workflow.zip
Task Breakdown
l The initial input is the "Merge PDF Files" on page243, which retrieves and merges all the
PDFfiles inside of the specified folder. Once a single PDFis created, the task also
optimizes the PDF(to avoid duplicating images and font definitions for each page)as well
as generates a basic Metadata structure containing a single document with one Data
Page per captured PDF.
Page 188