API Reference
Cmdlet
Get-OfficeOpenDocument
Loads a native ODT, ODS, or ODP document.
Remarks
Loads a native ODT, ODS, or ODP document.
Examples
EXAMPLE 1
Get-OfficeOpenDocument -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
Get-OfficeOpenDocument [-MaxCompressionRatio <Double>] [-MaxDepth <Int32>] [-MaxEntries <Int32>] [-MaxEntryUncompressedBytes <Int64>] [-MaxPackageBytes <Int64>] [-MaxTotalKdfIterations <Int64>] [-MaxTotalUncompressedBytes <Int64>] [-MaxXmlCharacters <Int64>] [-MaxXmlDepth <Int32>] [-Options <OdfLoadOptions>] [-Password <String>] -Path <String> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- MaxCompressionRatio Double
- Maximum declared expansion ratio for a compressed entry.
- MaxDepth Int32
- Maximum archive path depth.
- MaxEntries Int32
- Maximum number of ZIP entries.
- MaxEntryUncompressedBytes Int64
- Maximum uncompressed size of one package entry.
- MaxPackageBytes Int64
- Maximum source package size in bytes.
- MaxTotalKdfIterations Int64
- Maximum aggregate PBKDF2 iterations across encrypted entries.
- MaxTotalUncompressedBytes Int64
- Maximum aggregate uncompressed package size.
- MaxXmlCharacters Int64
- Maximum characters allowed in one parsed XML part.
- MaxXmlDepth Int32
- Maximum element nesting depth in one parsed XML part.
- Options OdfLoadOptions
- Optional bounded package and XML settings.
- Password String
- Password used to decrypt an encrypted OpenDocument package.
- Path String
- Path to an ODT, ODS, or ODP file.
Outputs
OfficeIMO.OpenDocument.OdfDocument, OfficeIMO.OpenDocument.OdtDocument, OfficeIMO.OpenDocument.OdsDocument, OfficeIMO.OpenDocument.OdpPresentation