Question html to pdf conversion

gaurikhot

New member
Joined
Nov 30, 2008
Messages
2
Programming Experience
1-3
I want to Convert
HTML file into PDF file and

through code in vb.net or c#.net without using third party component

Gauri
 
There is no such support in the .NET Framework so you are going to have to handle the conversion yourself byte by byte. You'd better start reading up on the PDF file format specification.
 
thank you for your reply.
but can i use 3rd party tool...?
if yes then is there any free tools or free dlls available which convert html to pdf perfectly ? please tell me.

regards,
gauri
 
The only free component that I'm aware of is iTextSharp. I've never used it myself so I'm not sure exactly what it's capabilities are, so you should investigate. You might also be able to use Word 2007 if you know it will be installed.
 
Back
Top