Skip to main content
Skip table of contents

Document Package

A Document package is a set of document files. By placing documents into a Document package, an operation may be performed on the package as a whole instead of each document individually.

Related commands

  • createDocPack
    The source of Document package values.

  • exportPDFDocPack
    A common use of Document packages is this command that exports the contents into a single merged PDF.

Methods

getName()

Resolves into a String that is the name given to the Document package.

For example, the expression ${docPack.getName() == 'Recipes'} could be used to identify the Document package called "Recipes".  

Using the shorthand form the expression becomes ${docPack.name == 'Recipes'}.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.