Posted by Grant on April 24, 2018 at 09:01:37:
In Reply to: SYSGEN PRINTER CONFIG FOR PRINTING TO 2 PRINTERS AT SAME TIME posted by jeffrey harding on April 24, 2018 at 06:40:48:
Two ways I do this ...
1) Open both printers and do ...
OPEN (1) 'LP1"
OPEN (51) 'LPP'
then
PRINT (1,2850)
PRINT (51,2850)
Through out the program.
2) Run thru the program twice
first pass
LUN= 1
PRINT (LUN,2850)
second pass
LUN=51
PRINT (LUN,2850)
I've found that Comet PDF doesn't do well if both printers are PDF's.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.