Issue with underline text

Hi,


We have checked all the reported issues. Some are resolved, some are still persists like alignment issue. Also now we found new issue for underline text. PFA files for your reference.


Can you check at your end?

This message was posted using Email2Forum by usman.aziz.

Hi Cdeiss,


Thanks for sharing your issue with us.

We have successfully reproduced your reported issue at our end. The issue has been logged in our Issue Tracking System. In case of any updates related to this issue, we’ll keep you updated.

Please confirm if you want to avail Priority Support for this issue. We shall be looking forward to your response.

Warm Regards

Hi Cdeiss,


We have got an update for you regarding the underline text issue. Please try the below code in which HtmlOptions.PdfOptions.PreventGlyphsGrouping is set to true.

string guid = @“C:\storage\Underline.pdf”;
ViewerHtmlHandler handler = new ViewerHtmlHandler();

HtmlOptions options = new HtmlOptions();
options.PdfOptions.PreventGlyphsGrouping = true;

List pages = handler.GetPages(guid, options);


Please try and share your feedback with us.

Warm Regards

The issues you have found earlier (filed as VIEWERNET-1095) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by groupdocs.notifier.

Hi,


We checked the issue with latest DLL, still it is not resolved.
Please refer attachment

Hi Cdeiss,


Thanks for coming back to us.

We have checked your issue with the latest version (17.5.0) of GroupDocs.Viewer for .NET but unable to reproduce it. Please find the attached screenshot and the output Html pages. We used the following code:

// Create html handler
ViewerHtmlHandler htmlHandler = new ViewerHtmlHandler(GetConfigurations());
string guid = FileName;
HtmlOptions options = new HtmlOptions();
options.IsResourcesEmbedded = true;
options.PdfOptions.EnablePreciseRendering = true;

List AllPages = htmlHandler.GetPages(guid, options);


Please check and share your feedback with us.

Warm Regards