A composed string (such as used in a composite field, an output file specification or a PDF password) can contain embedded field names enclosed in curly brackets e.g. Dear {name}. The value of the field is substituted at the time of invoking the string e.g. when constructing an output file name. As well as the user-defined fields there are certain special ones:
_{ |
An opening curly bracket. |
_} |
A closing curly bracket. |
Value is BACK if on a back page or null if not a back page. Related item: _front. |
|
The 'bates' page number as defined in the Layout page of the 'Configuration' dialog. Related item: _page. |
|
The current output bin number. Related item: _tray. |
|
Carriage Return (character 13 decimal, 0D hex). Related items: _CRLF _LF. |
|
Carriage Return & Line Feed (0D0A hex). Related items: _CR, _LF. |
|
Today's day number (1-31). Related item: _month. |
|
_DocAuthor |
The name of person who created the document, extracted from a PDF input file. |
_DocCreationDate |
The date that the document was created, extracted from the PDF input file. |
_DocCreator |
The name of the program that created the original document extracted from the PDF input file. |
_DocKeywords |
Keywords for the document, extracted from the PDF input file. |
_DocProducer |
The name of the program which output the document, extracted from the PDF input file. |
_DocSubject |
The subject of the document, extracted from the PDF input file. |
_DocTitle |
The document title, extracted from the PDF input file. |
_DocUpdateDate |
The most recent update date of document, extracted from the PDF input file. |
_ext |
Same as _Iext, see below. |
_filename |
Same as _Ifilename, see below. |
_filenum |
The current file number within a list of files being processed. |
_filepages |
The number of pages in a current input file. Valid only for input formats such as PDF, TIFF or DCX where the number of pages can be easily determined. |
Value is FRONT if on a front page, otherwise null. Related item: _back. |
|
_GMT |
Same as _UTC, see below. |
_id |
Unique numeric ID; used to construct the default output file name: {_title}{id} |
The original (Input) file extension, including the 'dot'. Related item: _Oext. |
|
The full Input file name. Related item: _Ofilename. |
|
_IgnoredImages |
A count of the number of images that were ignored by ticking the General Configuration option 'Ignore images'. |
The file name stem of the original (Input) file. Related items: _Oname, _Mname. |
|
The full path of the original (Input) file. Related items: _Opath, _Mpath. |
|
Line Feed (character 10 decimal, 0D hex). Related items: _CR, _CRLF. |
|
Subsequent times are 'local'; the default time is specified in Universal Coordinated Time. |
|
For a List Of Files this is the Main (LOF) file name; note that _Iname is the current Input file name, see above. Related items: _Mext, _Mpath. |
|
Today's month number (1-12). Related item: _day. |
|
For a List Of Files this is the full path of the Main (LOF) file; note that _Ipath is the current Input file's full path, see above. Related items: _Mext, _Mname. |
|
Same as _Iname, see above. |
|
When using /FROM to read a CSV Control file, _numPages obtains the number of pages in the current file segment. Related items: _numSetPages, _page. |
|
Calculates the number of pages in the current set (i.e. from the field marking the start of the current set to the field marking the end of the current set). Related items: _numPages, _numSetSheets. |
|
Number of sheets in the current set. Related items: _numSetPages, _sheets. |
|
The Output file extension, including the 'dot'. Related item: _Iext. |
|
The full Output file name. Related item: _Ifilename. |
|
The file name stem of the Output file. Related item: _Iname. |
|
The full path of the Output file. Related item: _Ipath. |
|
_orient |
The orientation of the page. |
The current page number. Related items: _bates, _numSetPages, _sheets, _sides. |
|
The name of the paper used for the page e.g. LETTER. Related items: _media, _sheets. |
|
_path |
Same as _Ipath, see above. |
_plugins |
The folder containing the plugins. |
This is defined by the value from the @PJL COMMENT REDTITAN DIR value. See also Preamble and PJL options. |
|
_RTid |
Returns the RedTitan PC ID. |
_RTini |
The full path (including the file name) of the RT.INI file. |
The number of pages in the current set. |
|
The number of pieces of paper that have been output. Related items: _page, _side. |
|
The current side number starting at 1. Related items: _page, _sheets. |
|
_TempDir |
The Windows® temporary folder (terminated by backslash) e.g. C:\Users\<username>\AppData\Local\Temp\ |
_title |
The job title; used to construct the default output file name: {_title}{_id} |
The current input tray number. Related item: _bin. |
|
Subsequent times are in Universal Coordinated Time. Related item: _local. |
|
Today's year number. Related item: _month. |
All these special 'symbols' start with the "underscore" character, followed by characters that may be in upper, lower or mixed case. The underscore characters are to distinguish predefined fields from those defined by the user, but may be omitted if there are no user-defined fields with conflicting names.
Special fields beginning {PJL_ can be used to extract data from PJL commands. For example, {PJL_OUTPAPER} could be used to search for a command such as @PJL SET OUTPAPER LETTER and extract the OUTPAPER parameter (LETTER in this case). Similarly, the composite field {PJL_JOB} will yield the name of the job. See also PJL Comments and Preambles and PJL options. |
See also Examples: Command lines. |
Links