0

I have a requirement where I need to write my asp.net page information into pdf file with the css styles(inline/style sheet file). While creating pdf we have to make the textboxes to labels with textbox like border and similar for dropdowns, checkboxes. Can you please help us on how to proceed?

Surya
  • 21
  • 5

1 Answers1

0

Try DynamicPDF Converter for .NET, it is not a free tool but it can convert several different file types including HTML to PDF. It uses Internet Explorer (IE) to render the HTML and convert that to PDF. The formatting and styles of the resulting PDF will look similar to how your HTML is displayed in the IE’s print preview.

Disclaimer: I work for ceTe Software, the company that develops DynamicPDF libraries.

DynamicPDF
  • 135
  • 5