Skip to main content

What it does

This script allows you to customize export. The script rule is configured on the Export Destinations tab of the (Administrator) Document Definition properties (Developer) Document Definition properties.

Parameters

NameTypeAccessDescription
DocumentIDocumentRead-onlyThe document to be exported
ProcessingIProcessingCallbackRead-onlyThe object for logging the information about processing
Information on export results must be written to the Document.Action field.
Procedures that you wish to use in more than one export script be written to the global export module, which can be accessed from the script editor. From the drop-down list on the toolbar of the script editor, select Export Global Script Module. The global export module can also be accessed from the Document Definition editor (Document Definition → Script Modules → Export Script…). If classes and methods of an external assembly are used in the script or global module, the assembly file must be attached on the .NET References tab of the Document Definition properties.

(Administrator) See also:

(Administrator) Export described with a script