Di, 02/09/2010 - 00:53
Is there a way to force Landscape printing when using similar to your URL2PDF.vbs COM sample with .cPrintURL set to a file:\\\.....?
I have tried using the following CSS in the <head> of the file:
<style type='text/css'>@page {size:landscape; margin:2cm}</style> and
<style type='text/css' media='print'>@page {size:landscape; margin:2cm}</style>
but has no effect.
Thanks.