API Reference
Cmdlet
Save-OfficeOpenDocument
Saves a native OpenDocument model with entry-level preservation diagnostics.
Remarks
Saves a native OpenDocument model with entry-level preservation diagnostics.
Examples
EXAMPLE 1
Save-OfficeOpenDocument -Document 'Value'
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-OfficeOpenDocument -Document <OdfDocument> [-FailOnLoss] [-Options <OdfSaveOptions>] -Path <String> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Document OdfDocument
- OpenDocument model to save.
- FailOnLoss SwitchParameter
- Throw when source entries cannot be preserved losslessly.
- Options OdfSaveOptions
- Optional package save and preservation settings.
- Path String
- Destination path.
Outputs
OfficeIMO.OpenDocument.OdfSaveResult