Converting HTML Files into a PDF
I have a website that displays product information that the client wishes to offer as pdf format. I need a way to dynamically convert a particular HTML page into a PDF, does anybody know of a way to do this? I need to convert an html page into a PDF document and serve it to the end user on the fly (there are WAY too many products to do this manually and these products receive updates regularly so a manual approach is out of the question)
EDIT: I forgot to mention that I need this to use either vb.net or c#.net
你有没有试过iTextSharp?
链接地址: http://www.djcxy.com/p/88538.html上一篇: 使用iText将HTML转换为PDF
下一篇: 将HTML文件转换为PDF