Home Search

DriveWorks Pro 21
PDF: Set Document Info

Send Feedback

PDF: Set Document Info

This Specification Task will set the given Document Info in a PDF file.

When the given Key does not exist a new one will be created.

Properties

Property NameDescription
TitleChanges the Title (not the name) of the task.
PDF FileThe path to the PDF file to modify.
KeyThe document info key. If a key with the same name already exists, its value will be updated otherwise a new entry will be added. Keys are case sensitive.
ValueThe value to set. This can be left as an empty string.

To see the Document Info of a PDF document use the function PDFGetDocumentInfo.

Example

When this Task is added the properties are static. To be able to build rules on a static property see How To: Change A Static Property To A Dynamic Property.

Property NameExample RuleMeaning
PDF File"D:\DriveWorks\ProductGuide.pdf"Will set the Document Info for the ProductGuide.pdf document.
KeyCreationDateSet the CreationDate.
Value"28/02/22"Will apply the value 28/02/22 to the given key.

Using the Task in a Specification Macro

This task has different types of Outputs. For more information about Outputs see Specification Macros Task Node.

Outputs are only available within Specification Macros. Currently Outputs are not available for Specification Flow.

Status Outputs

This task supports Status Outputs. These can be used to perform different actions depending on what the status outcome of the task is. For more information see Status Outputs in the Task Node Outputs section of Specification Macros Task Node.

The status output navigation is as follows:

Success

  • The Document Info was set successfully.

Success with Warnings

  • N/A

Failed

  • There was an error.
  • The PDF file could not be found or accessed.
  • The file given does not have a valid .pdf extension.