Add HTML to DOCX

Questions and answers on how to use DOCXReadWrite
Post Reply
MaxChan
Posts: 19
Joined: Sat Sep 03, 2016 6:38 am

Add HTML to DOCX

Post 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!
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Add HTML to DOCX

Post by larsa »

Hello

This is fixed now. Please download the component again.
Lars Arvidsson, Axolot Data
Post Reply