Print a web page using dtml
How do I use dtml or python script to print a page through a printer?? --------------------------------- Discover Yahoo! Stay in touch with email, IM, photo sharing & more. Check it out!
--On 5. Juni 2005 01:40:26 -0700 Allen Huang <swapp0@yahoo.com> wrote:
How do I use dtml or python script to print a page through a printer??
Printing has nothing to do with Zope or DTML. DTML produces HTML and your browser is in charge for printing it but not Zope. You want to trigger the print requester through Javascript (print() method). -aj
Dne neděle, 5. června 2005 10:40 Allen Huang <swapp0@yahoo.com> napsal(a):
How do I use dtml or python script to print a page through a printer??
with Linux OS it is possible. But not as much easy. Keywords: lpr ;-) Some of few possible ways to generate PDF (search zope.org) + pdf2ps Other ways: html2ps khtml2png html2jpg -- Jaroslav Lukesh ----------------------------------------------------------- This e-mail can not contain any viruses because I use Linux
participants (3)
-
Allen Huang -
Andreas Jung -
Jaroslav Lukesh