Configuration tab

Use this tab to configure Advanced Document Modification settings for business rules and output process actions.

In Advanced Document Modification, each page of the document is read, portions of the document can be changed or values extracted, and then the page is written. Documents can be reordered, split, transformed to a different data type, barcodes added, OMR marks added, and logos changed using ADM. ADM can be executed in a business rule action or in the output process.

For more information, see Business rules and Output processes and actions.

Server configuration

Server — Specifies the licensed transform server that you want to use.

Transform package — Specifies the transform package. You can select a transform package from the list or click New to create one. You can also select a transform package and modify or remove it.

Additional parameters — Specifies any additional parameters needed for the document modification software.

Override input filter profile assigned to document — Determines if you want to use the filter profile assigned to the document or if you want to use the filter profile configured in the transform package. Select the check box to use the filter profile in the transform package.

Unit library configuration

Unit library — Unit libraries are JavaScript modules that CpMill calls at certain known times while processing a document (for example, begin document, page start, or page end). The modules can modify the contents of the document, extract information from the document, write the document, or parts of it, to a new location, or perform many other operations.

  • New button — Creates a unit library from the Configure Unit Library dialog box.
  • Modify button — Modifies the selected unit library.
  • Remove button — Deletes the selected unit library.

Unit library will create:

This option is only available when configuring ADM actions for business rules.
  • the same document — Select if your unit library is modifying the input document and writing it to the same location. See the default comments in unit library for how to tell Output Manager the names of the new documents that are created.
  • different documents — Select if your unit library is modifying the current document and outputting it into a new document, or if your unit library is bursting the document into many different documents. See default comments in unit library for how to tell Output Manager the names of the new documents that are created
  • multiple documents combined into one — Currently not available.

Follow on actions

Input document — Specifies the follow on actions for the input document (original document). You can choose to delete, retain, or process the next rule for the original document. The newly created documents (output documents) continue with the next rule action.

Follow on actions are only available when configuring ADM actions for business rules.