ExportManager class

ExportManager class

Provides a row of methods allowing the user to export metadata properties to various formats.

The ExportManager type exposes the following members:

Constructors

Constructor Description
__init__(self, properties) Constructs a new instance of ExportManager

Methods

Method Description
export(self, file_path, format, export_options) Exports the metadata properties to a file.
export(self, document, format, export_options) Exports the metadata properties to a stream.
export(self, file_path, format) Exports the metadata properties to a file.
export(self, document, format) Exports the metadata properties to a stream.

See Also