سؤال

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