I would like to trigger a DTML document to print after the user creates it. ( There are a few documents in my project that need to be snail mailed) Circumstances aside, they aren't allowed to print from Navigator, so I'd like Zope to shoot it out without the user having to have a printer configured. If a printer is configured to work with the server, can Zope send it to lpr? I have zero experience there. :-( Any suggestions? Jason Spisak webmaster@mtear.com
Use the win32com extensions to encapsulate the MS IE HTML control (or browser). Get the control to load the html, then control.Print() On 30 Mar 99, at 12:29, Jason Spisak wrote: Date sent: Tue, 30 Mar 1999 12:29:27 -0500 From: Jason Spisak <webmaster@mtear.com> To: zope@zope.org Subject: [Zope] Template Printing from Zope
I would like to trigger a DTML document to print after the user creates it. ( There are a few documents in my project that need to be snail mailed) Circumstances aside, they aren't allowed to print from Navigator, so I'd like Zope to shoot it out without the user having to have a printer configured. If a printer is configured to work with the server, can Zope send it to lpr? I have zero experience there. :-(
Any suggestions?
Jason Spisak webmaster@mtear.com
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax netmeeting: ils://ils.murkworks.com ICQ: 14856937
Brad, Thanks. Regretably, we aren't really using any Microsoft Products (Too bad, we could have got a virus yesterday :-() The clients are(and a browser on the server could be) running Netscape Comm 4.08. I'm sure there is a similar way of controlling Netscape--Any body have a guess? Jason Spisak webmaster@mtear.com Brad Clements wrote:
Use the win32com extensions to encapsulate the MS IE HTML control (or browser). Get the control to load the html, then control.Print()
On 30 Mar 99, at 12:29, Jason Spisak wrote:
Date sent: Tue, 30 Mar 1999 12:29:27 -0500 From: Jason Spisak <webmaster@mtear.com> To: zope@zope.org
Subject: [Zope] Template Printing from Zope
I would like to trigger a DTML document to print after the user creates it. ( There are a few documents in my project that need to be snail mailed) Circumstances aside, they aren't allowed to print from Navigator, so I'd like Zope to shoot it out without the user having to have a printer configured. If a printer is configured to work with the server, can Zope send it to lpr? I have zero experience there. :-(
Any suggestions?
Jason Spisak webmaster@mtear.com
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax netmeeting: ils://ils.murkworks.com ICQ: 14856937
-- Jason Spisak webmaster@mtear.com
participants (2)
-
Brad Clements -
Jason Spisak