Re: [PyQt] QtWebKit to PDF rendering

2009-09-23 Thread Dominic Jacobssen
On Wed, Sep 23, 2009 at 1:21 PM, Giovanni Bajo wrote: > There's already a complete solution available for this: > http://code.google.com/p/wkhtmltopdf/ > > You may want to have a look at the code. Hi Giovanni; thanks for your reply. Unfortunately, I've already seen wkhtmltopdf. As I said in my o

[PyQt] QtWebKit to PDF rendering

2009-09-22 Thread Dominic Jacobssen
Hi all. I'm a newbie to Qt (but not to Python), and I wanted to ask for "next step" guidance. I want to generate PDF reports by pointing a HTML-to-PDF renderer at a server that spits out well-formed XHTML with inline SVG. I know that that's a can of worms right there, but I've managed to get a si