-2

I wanted to convert a html page as it is to a pdf format in asp.net 3.5. I have many images and tables.The alignment of these images and tables should not be changed while conveting to pdf.

user697992
  • 37
  • 1
  • 4

1 Answers1

0

The iTextSharp library can do this. Here's some example code.

FreeAsInBeer
  • 12,937
  • 5
  • 50
  • 82