Re: [webkit-dev] Using WebKit renderer to produce PDF output

2009-06-18 Thread Ariya Hidayat
I need to produce a tool that can generate PDFs from HTML. The best solution I can think of is to use WebKit's layout engine, and plug my own PDF generator in as a renderer backend. I don't want to reinvent the wheel though - so I'm asking here has this been done already, or are there other

Re: [webkit-dev] Using WebKit renderer to produce PDF output

2009-06-17 Thread Dominik Roettsches
: Wednesday, May 13, 2009 11:42 PM To: Darin Adler Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Using WebKit renderer to produce PDF output Unfortunately the platform is Windows. Regarding the method that you're describing - I assume the PDF generation is handled by CoreGraphics? Ben

[webkit-dev] Using WebKit renderer to produce PDF output

2009-05-13 Thread Ben Harper
Hi, I need to produce a tool that can generate PDFs from HTML. The best solution I can think of is to use WebKit's layout engine, and plug my own PDF generator in as a renderer backend. I don't want to reinvent the wheel though - so I'm asking here has this been done already, or are there other

Re: [webkit-dev] Using WebKit renderer to produce PDF output

2009-05-13 Thread Ben Harper
Unfortunately the platform is Windows. Regarding the method that you're describing - I assume the PDF generation is handled by CoreGraphics? Ben On Wed, May 13, 2009 at 11:17 PM, Darin Adler da...@apple.com wrote: On May 13, 2009, at 2:11 PM, Ben Harper wrote: I need to produce a tool that

Re: [webkit-dev] Using WebKit renderer to produce PDF output

2009-05-13 Thread Darin Adler
On May 13, 2009, at 2:11 PM, Ben Harper wrote: I need to produce a tool that can generate PDFs from HTML. The best solution I can think of is to use WebKit's layout engine, and plug my own PDF generator in as a renderer backend. I don't want to reinvent the wheel though - so I'm asking