1

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

William Calleja
  • 4,055
  • 11
  • 41
  • 51

1 Answers1

0

Have you tried iTextSharp?

Raj
  • 1,742
  • 1
  • 12
  • 17