문제

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.

도움이 되었습니까?

해결책

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

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top