I am using a separate style-sheet for printing. Is it possible to set right and left margin in the style-sheet which set the print margin (i.e. margin on paper).
If you know the target paper size, you can place your content in a DIV with that specific size and add a margin to that DIV to simulate the print margin.
Unfortunately, I don't believe you have extra control over the print functionality apart from just show the print dialog box.