Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Tue May 12, 2020 10:51 am

Hi,

We have a template with some merge fields and calculations. After mail merge and save the content looks fine. If we open document and save it as HTML there are some problems.

Code: Select all
using (var doc = new Spire.Doc.Document())
{
    doc.LoadFromFile(file);
    doc.SaveToFile(tempLocation, FileFormat.Html);
}

You can see the attached document and the result.

Spire version - Spire.Office for .NET to Hot Fix Version: 5.4.2.

Regards,
Veli

profiler007
 
Posts: 72
Joined: Wed Nov 13, 2019 11:32 am

Wed May 13, 2020 9:18 am

Hi,

Thanks for your inquiry.
I have reproduced your issue and logged it into our bug tracking system with the ticket SPIREDOC- 4430 for further investigating. If there is any update, we will inform you. Sorry for the inconvenience caused.

Sincerely,
Sara
E-iceblue support team
User avatar

Sara.Yang
 
Posts: 33
Joined: Wed May 06, 2020 1:05 am

Return to Spire.Doc