Page 1 of 1

Add HTML to DOCX

Posted: Tue Feb 18, 2020 7:25 am
by MaxChan
Hi, Is there a way to append html text without overwrite the existing content.
Code as below, It will only show b.html content. a.html will be gone.
DOCX.Editor.AppendHTMLText('a.html');
DOCX.Editor.AppendHTMLText('b.html');

Any way to append to the bottom on Editor and keep editing?

I am using TDOCXReadWriteVcl verison 2.00.23
thank you very much!

Re: Add HTML to DOCX

Posted: Thu Feb 20, 2020 9:44 am
by larsa
Hello

This is fixed now. Please download the component again.