Copy link to clipboard
Copied
I have learned that if a person's printer is set up in Portrait mode by default, there is no JavaScript that can be added (including to a Captivate file) to force or change the printing orientation from Portrait to Landscape.
However, I have heard that some CSS can be added to an HTML page to help.
<style type="text/css" media="print">
@page{ size: A4 landscape; margin: 2cm; }
</style>
Questions:
I do know that adding the following one line of JavaScript will enable the Print dialog box to be displayed:
window.print();
The problem is, there are no additional parameters that can be added that would programmatically change the orientation settings from Portrait to LandScape.
If anyone has any suggestions ...
Thank you.
Have something to add?
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more