2022.1

Table Of Contents
Structure
iPdfInfos {
STRING Title
The document's title.
STRING Author
The name of the person who created the document.
STRING Subject
The subject of the document.
STRING Keywords
Keywords associated with the document. Multiple keywords are
separated with semi-colons.
STRING Creator
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.
STRING Producer
If the document was converted to PDF from another format, the
name of the application that converted it to PDF.
STRING CreationDate
The date and time the document was created, in human-readable
form.
)
IPdfPrintParams
The IPdfPrintParams structure contains information used to control the printing of the file. To
instantiate the IPdfPrintParams structure, create the AlambicEdit.PdfPrintParams object in
Workflow's scripting environment.
Javascript implementation:
var pdfPrintParams= new ActiveXObject("AlambicEdit.PdfPrintParams");
VBScript implementation:
set pdfPrintParams = CreateObject("AlambicEdit.PdfPrintParams")
Page 274