change print format to landscape

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PebblePicker
    New Member
    • Nov 2006
    • 2

    change print format to landscape

    hi all,
    is it possible to change print format to landscape using javascript/css or anything else which is suppoted in MOZILLA ?
    I could not find it anywhere.
  • iam_clint
    Recognized Expert Top Contributor
    • Jul 2006
    • 1207

    #2
    Our extensive Knowledge Bank contains technical references, 'How To' guides and lots of sample code using both ScriptX.Services and ScriptX.Add-on to help you create powerful and robust printing solutions.


    this is the closest thing i could come up with good luck.

    Comment

    • pravinda
      New Member
      • Dec 2006
      • 23

      #3
      when you give the print command its always open print tab which ask for all print properties there yu can select option as landscape

      Comment

      • AricC
        Recognized Expert Top Contributor
        • Oct 2006
        • 1885

        #4
        A solution we have come up with that may help is install the printer twice. When you install it the 2 time you change the name and make the default landscape. Now you have 1 portrait and 1 landscape printer. This shows how to use window.print with javascript.

        HTH,
        Aric

        Comment

        Working...