Generating PDF with Print button on .NET

219 Views Asked by At

I have a requirement to dynamically generate a PDF document from HTML that includes a button that will trigger the PDF print dialog, when viewed in either a browser or Adobe Acrobar Reader, or any program that displays PDFs.

I currently use iTextSharp.XmlWriter, not sure if it is possible to achieve with that, or any other lib, like Pechkin?

0

There are 0 best solutions below