Hello,
Is is possible to set a scale factor for the output HTML document? The output is a bit too wide for my application.
I can reduce the size using CSS transforms (eg add style="-webkit-transform: scale(0.75, 0.75);-webkit-transform-origin:0 0" to the body tag) but this doesn't feel like a terribly elegant solution.
Thanks,
Ben