EscapeE

Document Properties: PJL

Document Properties: PJL

Previous topic Next topic No expanding text in this topic  

Document Properties: PJL

Previous topic Next topic JavaScript is required for expanding text  

Printer Job Language comments, present in the original PCL document, may be displayed here.

Handling PJL

When exporting to PCL, PDF, PDF/A or PostScript, the Keep PJL comments option passes a document's JOB command and PJL comments to the output document.

Alternatively, specify /COMMENTS on the command line.

Up to 26 comments (including job command) may be associated with each page. They are output as Plain text or as XML-style strings, labeled alphabetically. A typical line in a PDF might be:

% <RT A='COMMENT &34;HEADER PCL&34;' B='COMMENT &34;Driver version 02.03&34;'/>

(Note that the UNICODE hex code 34 is used to output the double quote character.)
Or in Plain text:

 % COMMENT "HEADER PCL" % COMMENT "Driver version : 02.03"

EscapeE can extract data from PJL commands: see Special fields in composed strings.


Links

Document Properties: Source code

Document Properties: Log