Re: [PyQt] pdf print

2009-03-02 Thread Håvard Gulldahl
Hi Nahuel, list, On Thu, Feb 26, 2009 at 10:41 PM, Nahuel Defossé nahueldefo...@yahoo.com.ar wrote: Hi I've created pdf output in a StringIO file which I'd like to print in my PyQt4 app. Should I save it and send it to the system default reader? or could I automate this task? Is it possible

[PyQt] pdf print

2009-02-26 Thread Nahuel Defossé
Hi I've created pdf output in a StringIO file which I'd like to print in my PyQt4 app. Should I save it and send it to the system default reader? or could I automate this task? Is it possible to pirnt the file directly from PyQt? Thanks Nahuel ___

Re: [PyQt] pdf print

2009-02-26 Thread Jim Bublitz
On Thursday 26 February 2009 13:41:41 pm Nahuel Defossé wrote: Hi I've created pdf output in a StringIO file which I'd like to print in my PyQt4 app. Should I save it and send it to the system default reader? or could I automate this task? Is it possible to pirnt the file directly from PyQt?