The purpose of this is working on ASP.NET webform application. My requirement is to get user control rendered html and then convert that html to pdf and attach as a document in database. I have used multiple techniques like getting html from http web request but could not found my desired solution. Any help would be really appreciated.
Asked
Active
Viewed 229 times
0
-
Seems like a duplicate ofL https://stackoverflow.com/questions/564650/convert-html-to-pdf-in-net – John McArthur Apr 29 '20 at 15:14
1 Answers
0
You could look at the OpenHtmlToPdf
https://github.com/vilppu/OpenHtmlToPdf
I think it will do what you need.
You will create the PDF and save it as a blob within your database is my understanding of your requirement.

betelgeuce
- 837
- 5
- 18