Reputation: 1167
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
Upvotes: 1
Views: 1118
Reputation: 1039558
Personally I am using the following Java library where I compiled the .jar into a .NET assembly using the IKVM.NET Bytecode Compiler.
Upvotes: 3