Question

I am using asp.net with C#. I want to convert my html page to pdf. But I don't want to use "itextsharp.dll" for the same.

I went to lot of Google and sites. I am looking for some free one.

Was it helpful?

Solution

There is no such inbuilt functionality available in asp.net by default. You have to use any third party dll for this one. I would advice to take a look on the PDFSharp library

OTHER TIPS

Take a look at PdfSharp. It's an open source library that easily creates PDF documents from any .NET language.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top