OdfPackageReader instance.OdfPackageReader.open
OdfPackageReader open(string path,
OdfReadOptions options = OdfReadOptions.init)Opens an ODF package from a file path.
Parameters
path | Path to the ODF file. |
options | Read options controlling strictness and preservation. |
Returns
A new
Throws
OdfPackageException on I/O errors, invalid packages, or
unsupported document types.