Converting the attached file to PDF with GroupDocs.Conversion takes almost half an hour to complete. Version 21.5 was used for testing.
The resulting PDF file looks fine, it’s just the long conversion time that’s problematic for such a small file.
The issue was fixed for the Viewer, but for Conversion unfortunately.
https://forum.groupdocs.com/t/converting-certain-eml-to-html-pdf-takes-about-half-an-hour-in-net/9415/3
using (var converter = new Converter(documentPath))
{
var options = new ConvOpts.PdfConvertOptions();
converter.Convert("output.pdf", options);
}
eml conversion time.zip (24.3 KB)