How to render a Word document using C#

Dear Team,

Any update for the new version?
Customer is asking about it.

Thanks a lot !

@saphira_linksoft_com_tw,

Currently, we are finalizing the release process of version 19.10 and we hope to release it very soon.

The issues you have found earlier (filed as VIEWERNET-2159) have been fixed in this update. This message was posted using Bugs notification tool by usman.aziz

Dear Team,

Any update for this case?
Please advise, thank you !

@saphira_linksoft_com_tw,

This issue has been fixed in GroupDocs.Viewer for .NET 19.10.

@saphira_linksoft_com_tw,

We have got the updates for you for the following issue.

When saving HTML document (converted from a Word document) with several SVG graphics containing text, some content could be hidden. It happens because of non-unique clip-path attributes in text tags. To avoid this issue, please update the indexes after rendering document to the HTML using the following statement:

```
htmlContent = Regex.Replace(htmlContent, @"(clip|image|font|text|svg|gradient|texture|hatch)(\d{1,3})", "$1$2Page" + page.PageNumber);
```

Please download this sample application for your reference.

Dear Team,

Good day !

Customer has installed GroupDocs.Viewer for .NET 19.10.
But there’s some license issue because of AP version has been updated.
Please see attached pic and help.

200227.png (47.9 KB)

@saphira_linksoft_com_tw,

Can you please share license subscription expiry date? Or you can share license file in a private message.

Dear Team,

Here is the license file for your reference.

GroupDocs.Viewer.zip (765 Bytes)

@saphira_linksoft_com_tw,

Your license seems valid. Can you please share a simple console application using that issue could be reproduced at our end?

Dear Team,

Customer told us their maintenance expired on Nov-02-2019.
And their problem happened during the maintenance.
But version 19.10 release on Nov-04-2019.
Is it the reason why they cannot use the new version?
If yes, customer strongly ask you could extend their maintenance for 2 days and allow them to use version 19.10.
Please help.
Thanks a lot !

@saphira_linksoft_com_tw,

We cannot reproduce this issue at our end. Please ask your customer to run this sample application.zip (31.8 KB) at their machine. It will give more information about the issue.
Moreover, have a look at v19_10_release_date.png (11.2 KB). As per this, customer’s license must support v19.10.

Dear Team,

I cannot download the files.
Would you please send the files to saphira@linksoft.com.tw ?
Thanks a lot !

1 Like

@saphira_linksoft_com_tw,

Please try to download from this link.

Dear Team,

Please the test result as attached pic.
200311.png (43.4 KB)

@saphira_linksoft_com_tw,

Please share the log file that application created here “sample_app\src\bin\Debug\net40”.

Dear Team,

Customer told us they cannot find this folder.

@saphira_linksoft_com_tw,

Please download this application. You will see these folders and when application is being executed, it gives a log.text file here “sample_app\src\bin\Debug\net40”. Looking at that log file we can further investigate this issue.

Dear Team,

Would you please provide the steps for finding that log?
Customer still cannot find it…
Thank you.

1 Like

@saphira_linksoft_com_tw,

  1. Download project from the provided URL
  2. Build and run the project
  3. Go to sample_app\src\bin\Debug\net40, have a look at this screenhost.PNG (93.8 KB)