I have a check writing program that creates files that need to go to two different bins or trays alternately. The first document is a printed check and the second document is a file copy of expanded information and description of what the check was for. Due to the cost of magnetic ink for the check MICR encoding and the security paper involved they wanted the check to come from bin 1 and the description sheet using plain paper from bin 2.
This isn't hard using XPRINT to send info directly to the printer but these documents need to be independent PDF'S for archival storage per check
Is there a way to access the default properties of the printer and change the default tray to tray 1 then tray 2 then to tray 1 or is there another way to handle this.
Should I XPRINT them first and them make PDF documents out of them on the second pass.
Since I'll be using Ghostscript to send the PDF's silently to the printer I was wondering if there was a way to assign the bin number in the shellexcute command of the Ghostscript to send it to the right bin.
BOB MECHLER
This isn't hard using XPRINT to send info directly to the printer but these documents need to be independent PDF'S for archival storage per check
Is there a way to access the default properties of the printer and change the default tray to tray 1 then tray 2 then to tray 1 or is there another way to handle this.
Should I XPRINT them first and them make PDF documents out of them on the second pass.
Since I'll be using Ghostscript to send the PDF's silently to the printer I was wondering if there was a way to assign the bin number in the shellexcute command of the Ghostscript to send it to the right bin.
BOB MECHLER
Comment