PdfInfos

The PdfInfos structure contains the same basic information that can be found in Acrobat Reader's™ File Properties . To instantiate the PdfInfos structure, create the AlambicEdit.PdfInfos object in Workflow's scripting environment.

Javascript implementation:
var pdfInfos = new ActiveXObject("AlambicEdit.PdfInfos");

VBScript implementation:
set pdfInfos = CreateObject("AlambicEdit.PdfInfos")

Structure

PdfInfos {	
Title
String. The document's title.
Author
String. The name of the person who created the document.
Subject
String. The subject of the document.
Keywords
String. Keywords associated with the document. Multiple keywords are separated with semi-colons.
Creator
String. If the document was converted to PDF from another format, the name of the application that created the original document from which it was converted.
Producer
String. If the document was converted to PDF from another format, the name of the application that converted it to PDF.
CreationDate
String. The date and time the document was created, in human-readable form.
)