简体   繁体   中英

Convert HTML to PDF on ASP.NET (VB)?

I have data stored in the database with HTML format , and I want to get the value of this html content with MyReader.getString() after getting the html code I must do the conversion to PDF Format.

You have any idea on how can I do it ? !!

Pdfcrowd has an online API that lets you convert HTML to PDF. They have, among others, a client library for .NET. The API is pretty easy to use.

Use a tool like webSuperGoo's ABCpdf, I've used it in the past and I found it quite easy to setup and use.

http://www.websupergoo.com/abcpdf-5.htm

您可以将整个HTML内容放入Word(作为HTML文档)并将其提取为PDF。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM