siwilliams Level: Protégé
 Registered: 29-06-2010 Posts: 5
|
Re: HTML to PDF Howto?
Hi Phil.
Its quite a tricky thing to do, which is why people charge money for software to do it.
There are sites that will do the conversion for you, on a once off basis like:
http://www.htm2pdf.co.uk/
What you can do is make a web service that accepts your html, sends it to this site and returns the pdf file. I wrote a translator tool a while back, that posted your text into babelfish and returned the translation, by reading the page html. you can do it the same way.
Otherwise, there are quite a few paid tools that will do the trick.
Try these guys: Tall Components
http://www.devtoolcafe.com/dtc/product/20587/webtopdfnet.aspx?site=asp.net
I think they have a free trial, or at least a beta that might work
See if that helps
Simon
|