LoadFromBase64¶
Updates the document content from Base64. The previously created content will be lost.
1 | |
Parameters¶
string base64
( "pdf" | "docx" | "html" | "rtf" | "xml" | "txt" ) type optional
Remarks¶
Load document content from a Base64 string¶
1 2 | |