like many people that mess around with iTextSharp, I need to build something with it but I have no clue whatsoever due to the lack of proper documentation. But anyways, I need to print a page (an Invoice) that is dynamically filled on render. I was wondering if there was a way to pass the URL of said page, i.e., ~/invoicedoc.aspx?invoiceid=1
and then get it to render the page, print the pdf with said page's content and finally send it to the user as a Http.Response
.
Please help because i have looked for tutorials everywhere but apparently not many people have this problem.