I am looking for resources on printing documents from a Web (ASP.NET) page, using C#.
I am currently printing from pdf docs using the Acrobat SDK. I need to insert Picturews from files, Acrobat does not provide a mechanism for this.
I think a good alternative would be to create my templates in ASP.NET, but I would like to have control over the formatting, and printing.
Thanks.
-Andy