en de fr
Forum

Force Landscape Printing

Keine Antworten
ihowse
Offline
Beigetreten: 02/07/2010

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.