Printing from web pages (reports especially) with greater precision.

Posted by Kabeer on Stack Overflow See other posts from Stack Overflow or by Kabeer
Published on 2010-03-18T05:18:52Z Indexed on 2010/03/18 5:21 UTC
Read the original article Hit count: 438

Filed under:
|
|
|

Hello. I am re-engineering a windows application to be ported to web. One area that has been worrying is 'printing'.

The application is data intensive and complex reports need to be generated. The erstwhile windows application takes advantage of printer APIs and extends sophisticated control to the users. It supports functions like page break, avoiding printing on printed parts of the sheet (like letterhead), choice of layouts and orientation, etc. Please note that these setting are not done only while printing, they are part of report definition sometimes.

From what I know, we cannot have this kind of control while printing web pages. I am in a process of identifying options at my disposal. While I prefer to first look into something that will help me print from raw web pages, following are other thoughts:

  1. Since reports can also be exported to .xls & .pdf versions, let user download one and print directly. This however limits my solution to the area of application that have export feature.
  2. Use Silverlight (4.0) for report layout definition and print. I think Silverlight 4.0 (in beta right now) provides adequate control over the printer. I have so far been avoiding the need of any RIA plugin.
  3. Meticulously generate reports on web with fixed dimensions. I am not sure how far this will go.

Please share practices that can be applied easily in my scenario.

© Stack Overflow or respective owner

Related posts about reports

Related posts about printing