Jonathan,
To have Print Wizard receive the job from Linux, you need to a) define
a remote printer to Linux, using the IP address of the PC, and queue
name you make up; b) in PWUI, create a service of type LPD, with the
the made-up queue name defined; c) create a profile that directs
output to the correct printer and sets a "page pattern" with "parts"
set to 3; and d) tie the queue to the profile. Then run the service.
Then Linux will send out the data using the LPD/LPR protocol. The PW
service will receive the job and start up the engine referencing the
appropriate profile.
The page pattern that you set up causes printwiz.exe (the engine) to
either repeat each page three times or repeat each job three times,
depending on whether you answered "collated" or "burst",
Now comes the hard part: bin sequencing. We still have some work to do
on this part of the user interface. You need to determine how Windows,
working with the printer driver, refers to those bins. They each have
a name and a number. The names are easier. Where the profile (step c
above) refers to a bin, you need to enter a bin pattern, which is a
comma-separated list of bin names, such as "tray 2,tray 3,tray 4".
This change is done by manually editing the profile file. As I said,
we have more work to do on this -- I'll move it to the top of the
list. Contact me Monday for assistance, if you like.