15 pts.
 Connect as400 to cups printer
Is it possible with a remote queue or otherwise to connect the as400 directly to a printer shared by cups on a linux box?

Software/Hardware used:
ASKED: August 12, 2008  10:27 PM
UPDATED: August 25, 2008  8:48 PM

Answer Wiki:
Hi, Found a website with the information... http://www.thinprint.com/uploads/File/TP/Manuals/dotprint_client_linux_en.pdf Hope this helps...
Last Wiki Answer Submitted:  August 13, 2008  5:57 pm  by  Tpinky   4,165 pts.
All Answer Wiki Contributors:  Tpinky   4,165 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

That did help some. In addition, I found these instructions that seem to get everything working.

http://www.linuxtopia.org/online_books/linux_beginner_books/debian_linux_desktop_survival_guide/Setting_up0.shtml

I’m using a CUPS raw printer to print to a script so we can manipulate spool files with some PJL code to have the actual printer staple them. This has been a very handy setup. The CUPS printer was easy enough to share through Windows iSeries Access, but this direct connection saves on the dependency of having to have another session started. Here’s the link that helped me discover this technique of printing to a script…

http://aplawrence.com/MacOSX/macosxcupstofile.html

Like I say, this has been invaluable for adding the PJL code to the spool files, because they are released as individual spool files instead of one large document so even if there was the option to staple in the program releasing them, they would still be seen as multiple documents. So what we have is a Linux box set up serving CUPS with custom scripts acting as the printers that catch the spool files and distinguish the cover pages that need to come from a different drawer and other pages that needed to be stapled.

Thanks again for pointing me to the pdf. It did help in the overall picture.

 15 pts.