dcpdf_SetKeywords

Specifies a keyword to assign to PDF documents that are generated by the dcpdf_MakePDFDoc action.

Member of namespace

dcpdf

Syntax

bool dcpdf_SetKeywords (strParam)

Parameters

String value of the Keyword.

If you do not call this action, the keyword value is left blank.

Returns

Always True.

Level

Batch or Document level.

Details

This action assigns a single Keyword to a PDF page or document that is generated by a subsequent dcpdf_MakePDFDoc action.

Use this action repeatedly within a rule to assign more Keywords.

Important: This action must precede the dcpdf_MakePDFDoc action.
Example:
dcpdf_SetKeywords("Invoices")
dcpdf_MakePDFDoc("True")