Question

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

Was it helpful?

Solution

Have you tried iTextSharp?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top