API Reference

Cmdlet

Save-OfficeLatex

Namespace PSWriteOffice
Inputs
OfficeIMO.Latex.LatexDocument
Outputs
OfficeIMO.Latex.LatexDocument

Saves an OfficeIMO LaTeX document.

Remarks

Saves an OfficeIMO LaTeX document.

Examples

Authored help example

EXAMPLE 1


Save-OfficeLatex -Path 'C:\Path'
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Save-OfficeLatex -Document <LatexDocument> [-Options <LatexWriterOptions>] [-PassThru] -Path <String> [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Document LatexDocument requiredposition: 0pipeline: True (ByValue)
LaTeX document to save.
Options LatexWriterOptions optionalposition: namedpipeline: False
Optional writer settings.
PassThru SwitchParameter optionalposition: namedpipeline: False
Return the saved document.
Path String requiredposition: 1pipeline: False
Destination path.

Outputs

OfficeIMO.Latex.LatexDocument