Asp.net how to convert HTML page to PDF

1.1k Views Asked by At

I have read all the related links to this question but nothing show what i want :( so i am asking :

Now i have a HTML page and i need to make a link or button to convert this page to pdf

so is there any FREE dll that i pass the HTML to it and it returns a PDF.

hint: i am using vs2010, MVC3.0, c#4.0

1

There are 1 best solutions below

4
On

Personally I am using the following Java library where I compiled the .jar into a .NET assembly using the IKVM.NET Bytecode Compiler.