Jump to content

MS Word - Page Orient, Size Font to Fit Page


Recommended Posts

Hey Guys,

I'm looking for advice on writing a script that will:

  • create a new MS Word Document DONE
  • set orientation to landscape
  • write a string to the MS Word file DONE
  • resize the font of string to maximum possible on one line

Any advice would be much appreciated.

Edited by gruntydatsun
Link to comment
Share on other sites

  • Moderators

Hey Guys,

I'm looking for advice on writing a script that will:

  • create a new MS Word Document DONE
  • set orientation to landscape
  • write a string to the MS Word file DONE
  • resize the font of string to maximum possible on one line

Any advice would be much appreciated.

Global $wdOrientLandscape = 1

$oDoc.PageSetup.Orientation = $wdOrientLandscape
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...