I've read through many of the posts here but none seem to directly apply to my issue. I have a telerik AJAX based shipping application that is generating a Bill of Lading. The bill of lading is a legal document that need to look exactly like what the user sees on the page. I'm generating that to a web page, but of course printing a web page generates all sorts of "noise" to the document - additional page numbers... web page source name, etc.
I would like to export the web page to a PDF and then have that print - all in one step. The issue that I'm seeing is that ClientExportManager generates the PDF which shows up as a downloaded document. The user has to open that doc, then click print, then gets to the print dialog. That is a major pain.
Is there a way to generate the PDF directly to a web page - so it is displayed in a RadWindow (for instance) with a print button exposed at that point? My users a balking at the multiple step process above but I can't find a way around it. Basically I just need to print a web page without all the extra junk that the browsers add - so if there is a way that you know to do that instead - that would work too.
Thanks in advance!
Cory