Writer.LoadFromBase64
Overview
Updates document content with base64 The Previous content created will be lost.
void myWriter.LoadFromBase64(base64: string, type: FileType)
Arguments
string base64
FileType type
Example
var writer = new Writer();
writer.LoadFromBase64('PGh0bWw...');
Types
FileType
( "pdf" | "docx" | "html" | "rtf" | "xml" | "txt" )
Copyright © 2010 - 2023 Emakin. All rights reserved.