Jump to content

Recommended Posts

Posted (edited)

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
  • Moderators
Posted

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

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
×
×
  • Create New...