Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Text appears small when printing from Internet Explorer

    When using the print feature of SmartGWT on IE 9 or better, the printed text appears very small. This is probably because of IE using the “Shrink to Fit” option by default. Is there a work-around to programmatically override this option (i.e., the equivalent of going to Print Preview and changing the Print size menu from “Shrink to Fit”)?

    Attached is a screen shot of the Print sizes (defaulted to Shrin To Fit).

    I'm using SmartGWT v9.1p_2014-04-20/Enterprise Deployment (built 2014-04-20)

    Thanks,
    Chris
    Attached Files

    #2
    Two possible approaches:

    1. use dsRequest.exportCSS to change the page size

    2. this page shows a native hack to turn off shrink to fit - we haven't tested it, but if you wanted to try it out, you could modify the doPrint() function in sc/helpers/printFrame.html

    Comment

    Working...
    X