Opens the document at url. options is a comma-separated string of filter options
forwarded to Collabora for the import filter; formats whose import filter would otherwise
ask how to read the file need them, such as the separator, text delimiter and character set
of a CSV file.
Parameters
Parameter
Type
Default
Description
url
string
—
A local file path or file: URL pointing to a document in any format supported by Collabora.
options?
string
—
A comma-separated string of filter options forwarded to Collabora. See the Collabora documentation for the filters available for a given format.
Saves the document to url in the given format. If format is omitted, it is inferred from
the extension of url. options is a comma-separated string of filter options forwarded to
Collabora; see the Collabora documentation for the filters available for a given format.
Parameters
Parameter
Type
Default
Description
url
string
—
The destination path or file: URL to write to.
format?
string
—
The output format; when omitted, it is inferred from the extension of url.
options?
string
—
A comma-separated string of filter options forwarded to Collabora. See the Collabora documentation for the filters available for a given format.