Re: [webkit-dev] Webkit based HTML to PDF converter

2009-07-09 Thread Maciej Stachowiak
This mailing list is for discussing the development of WebKit. For help in using WebKit, please post to . On Jul 9, 2009, at 2:45 AM, Sharma, Ashish wrote: Hello, I have a requirement to create a MarkUp(HTML) to PDF generator. The mentioned component is to be deployed as a java class API

Re: [webkit-dev] Webkit based HTML to PDF converter

2009-07-09 Thread RDC
Hi Ashish, I have a requirement to create a MarkUp(HTML) to PDF generator. The mentioned component is to be deployed as a java class API for a cloud computing service on Linux platform. I want to use WebKit for my HTML /MarkUp rendering and then use that rendered output to convert to PDF.

[webkit-dev] Webkit based HTML to PDF converter

2009-07-09 Thread Sharma, Ashish
Hello, I have a requirement to create a MarkUp(HTML) to PDF generator. The mentioned component is to be deployed as a java class API for a cloud computing service on Linux platform. I want to use WebKit for my HTML /MarkUp rendering and then use that rendered output to convert to PDF. So I re