How do the Django people handle printing directly on Windows? I remembered about http://timgolden.me.uk/python/win32_how_do_i/print.html, but unfortunately his method for PDFs only print on the default printer. I need the server to produce the PDF, save it (works already) and send it to a specific shared printer on the network. The printer should be determined from a table that holds 'host' - 'printer' pairs e.g. ('PC01', '\\PC01\PR01'). The host ('PC01') determined from the http request allows to choose the right printer ('\\PC01\PR01') from that table.
Printing should be executed directly when the user has submitted the request. Any solution that pops up the document locally in a PDFReader and where the user has to hit the print button is not viable. Kindly Yours Marc --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---