Information fields in PJL comments
Printer Job Language (PJL for short) is used by many printers to fasdfda. If your legacy system produces PCL or PJL, you can embed your information fields in PJL comments. Quaero Archive will extra the comment and create the necessary yaml file.
Example PJL comments :
ESC%-12345@PJL ENTER LANGUAGE=PCL
@PJL COMMENT "DW:type: invoice"
@PJL COMMENT "DW:supplier: 015 Widget Co."
@PJL COMMENT "DW:revenu_code: 88"
@PJL COMMENT "DW:order: CLV-549183"
@PJL COMMENT "DW:pick: A"
@PJL COMMENT "DW:end: of-file"
@PJL ENTER LANGUAGE=PCL
Please note that ESC above is the Escape character, 0x1.