7.6

Table Of Contents
Argument
message
String value to display in the PlanetPress Talk Messages window.
PassThrough (procedure)
Sends a literal PostScript command to the printer.
Syntax
passthrough( string, [mode])
Argument
string
String value to be sent to the printer. This string is sent as is, with no further modification.
mode
Integer used as a bitfield to specify when to send the passthrough. Use a value of 1 to send the passthrough in PostScript-
printer centric mode only, a value of 2 to send the passthrough in PostScript-Optimized PostScript Stream only, a value of 3 to
send the passthrough in both PostScript-printer centric AND PostScript-Optimized PostScript Stream modes (default behavior if
the parameter is not present), and a value of 4 to send the passthrough in Windows printing mode only.
Code Sample Example
Refer to your PostScript manual for valid commands.
PDFPageCount (function)
Returns the number of pages in the specified PDF file.
Syntax
pdfpagecount( filename ) integer
Argument
filename
String value specifying the path of the PDF file.
PDFWidth/PDFHeight (function)
Returns the width or height, in inches, of a page of a Portable Document Format (PDF) image resource.
Syntax
pdfwidth( name, page ) measure value
pdfheight( name, page ) measure value
Argument
name
String value that specifies the name of the PDF image resource.
©2010 Objectif Lune Inc - 310 -