Unable to view attachment like pdf excl etc in a eml

Hi,


I have an email .
In that there are Hello.txt as an attachment.

Can you tell me how to display it in a viewer

Regards,
Amresh kumar

Hi Amresh,


Thank you for the request. I have checked your eml file and the attached txt file is displayed correctly as the second page of the document. If have any issues with it please share with us a screenshot of the issue and your Viewer widget code example. Also will be useful if you share the library version which you use and project description (FrameWork, project type etc.)

Thank you.

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


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

Hi,


I am using GroupDocs.Viewer for .NET Library for web application.
I am unable to Thumbs for eml file.

Can you please guide me.
I am also attachment for your reference.
Please check .

Can you provide full version for GroupDocs.Viewer .NET Library for 30 day as trial.
Your trial version only show 2 pages.
Regards,
Amresh kumar
amreshitc@hdfcsupport.co.in

Hi,


Please try to use such Viewer widget code:
Groupdocs.Web.UI.Viewer.ClientCode()
.TargetElementSelector(“#viewer”)
.FilePath(“pdfxltex.eml”)
.ShowDownload(false)
.ShowFolderBrowser(true)
.DownloadPdfFileIfPossible(true)
.ShowViewerStyleControl(true)
.UseInnerThumbnails(true)
.OpenThumbnails(true)
.ShowThumbnails(true)
.UseHtmlBasedEngine(true)
.SupportPageRotation(true)

As for the full 30-days version - please follow these steps and you will get trial license for it.

Best regards.

Hi,


you have provided some below code :
Groupdocs.Web.UI.Viewer.ClientCode()
.TargetElementSelector("#viewer")
.FilePath("pdfxltex.eml")
.ShowDownload(false)
.ShowFolderBrowser(true)
.DownloadPdfFileIfPossible(true)
.ShowViewerStyleControl(true)
.UseInnerThumbnails(true)
.OpenThumbnails(true)
.ShowThumbnails(true)
.UseHtmlBasedEngine(true)
.SupportPageRotation(true)

It gives error

Server Error in '/' Application.

width and height should be greater then zero, but was: 0 x 14389
Parameter name: bounds


After commenting .UseHtmlBasedEngine(true) ,I am able to view my eml file,but again Thubs are not generated.

Hi,


Yes, we have reproduced this issue and our Product team will resolve it. Then I will notify you here with where you can get fixed version of the library.

Best regards.