2022.2

Table Of Contents
Name of an Optional Content Group in which to put the layer created from the source page. The
string cannot be empty but can be NULL if no layer is required.
Size()
Returns the size of the rectangle that is used to clip (crop) the content of the page before applying it to
the medium, in points. This corresponds to the /CropBox entry of the /Page PDF object. It can be seen
as the bounding box of the page since by definition, anything outside of it should be left out of the draw-
ing, although there may be empty areas within it.
See also: "MediaSize()" on page211.
Syntax
IPdfRect Size ( )
Return value
An "IPdfRect" on the facing page structure containing the dimensions, in points, of the page size. Can-
not be NULL.
IPdfInfos
The IPdfInfos structure contains the same basic information that can be found in Acrobat Reader's
File Properties . To instantiate the IPdfInfos structure, create the AlambicEdit.PdfInfos object in Work-
flow's scripting environment.
Javascript implementation:
var pdfInfos = new ActiveXObject("AlambicEdit.PdfInfos");
VBScript implementation:
set pdfInfos = CreateObject("AlambicEdit.PdfInfos")
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
Page 216