Loads a document from memory into the Document
Introduced: X14.
<Promise<boolean>> TXDocumentViewer.loadDocument(<string> documentData, <string> documentName, signatureSettings = null, documentLoadSettings = null);
Parameter | Description |
---|---|
document |
The document encoded as a Base64 string. Supported formats are TX, DOC, DOCX, PDF, RTF and HTML. |
document |
The document name that is displayed in the status bar. |
signature |
Specifies the settings for signatures. |
document |
Additional settings for loading the document. |