dcpdf_SetApplication

Specifies the Application ID property for PDF documents that are generated by the dcpdf_MakePDFDoc action.

Member of namespace

dcpdf

Syntax

bool dcpdf_SetApplication (strParam)

Parameters

String value of the Application ID.

Returns

Always True.

Level

Batch or Document level.

Details

This sets the Application ID property of a PDF document generated by a subsequent dcpdf_MakePDFDoc action.

If this action is not called, the value will default to "Application".

Example:
dcpdf_SetApplication("Invoices")
dcpdf_SetAuthor("Harriet Jones")
dcpdf_MakePDFDoc("True")