LoadFromBase64¶
Updates document content with base64 The Previous content created will be lost.
1 |
|
Parameters¶
string base64
FileType type
Remarks¶
Example¶
1 2 |
|
Types¶
FileType¶
( "pdf"
| "docx"
| "html"
| "rtf"
| "xml"
| "txt"
)
Updates document content with base64 The Previous content created will be lost.
1 |
|
string base64
FileType type
1 2 |
|
( "pdf"
| "docx"
| "html"
| "rtf"
| "xml"
| "txt"
)