Problem while converting pdf to html

Hi,


iam using GroupDocs.Viewer to convert pdf file to html in c#.net.But the content in output html file is in jumbling format,below is the code iam trying to convert from pdf to html

ViewerConfig config = GetConfigurations();

ViewerHtmlHandler htmlHandler = new ViewerHtmlHandler(config);

HtmlOptions options = new HtmlOptions();

options.IsResourcesEmbedded = true;

List pages = new List();

pages = htmlHandler.GetPages(inputFile, options);


here iam attaching input file for reference,please verify and provide support ASAP,thanks

Hi Jbhasha,


Thanks for using GroupDocs.Viewer for .NET.

We rendered your provided PDF document into HTML and reproduced your reported issue at our end. We have logged this issue in our internal Issue Tracking System with ID: VIEWERNET-994. We shall further investigate this issue and in case we have any updates, we’ll notify you here.

Have a nice day.
Warm Regards

Hi Jbhasha,


We are happy to inform you that the issue you’ve reported in this forum thread has been resolved. If everything goes according to the plan, the fix will be available in the upcoming release, GroupDocs.Viewer for .NET 17.1.0. Once the release is on-board, we’ll notify you here.

Warm Regards

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


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