S
S
Sergey Ryzhkin2019-08-15 10:04:56
PowerShell
Sergey Ryzhkin, 2019-08-15 10:04:56

What parameter is responsible for page layout in Word?

How to use Powershell to convert document markup from "Web Document" to "Page Layout"?
5d5503fb6038e686460163.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
azarij, 2019-08-15
@Franciz

$MSWord = New-Object -com word.application
$MSWord.Visible = $true
$msword.Documents.Add()
$msword.ActiveWindow.view.type = 3
https://docs.microsoft.com/en-us/ dotnet/api/micros...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question