I need a quick solution that will convert HTML doc to PDF and still maintain the same look and feel with pre-populated data and also maintain links in the PDF doc. Any solutions?

Recommended Answers

All 5 Replies

Given the tags asp.net and C# I don't know of a quick as in ready to code solution. Now if you had PHP on the backend, there are PDF utilities to create PDFs. What have you found for asp.net so far?

commented: They are all costly solutions. Need something quick and free, can't find one. +3

There's always print to PDF from within the browser..

commented: This has to be done programmatically. +3

According to a Google search, Syncfusion seems to be a solution but unfortunately it isn't free.

Personally, I use wkhtmltopdf, which is open source, but I am in a Linux environment and use it with PHP. I don't know if there's a way to use it with C#.

commented: I need a free and robust solution, this has to be a nuget package I can simply add on to my project. +3
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.