Saves the loaded document in a specific format and with certain settings.
<Promise<DocumentSaveResult>> TXDocumentViewer.saveDocument(<StreamType> streamType, <DocumentSaveSettings> settings);
Parameter | Description |
---|---|
stream |
Specifies the output format of the document. |
settings | Specifies additional settings and options for saving the document. |