Converting certain EML to PDF takes about half an hour in .NET

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)

1 Like

@Clemens_Pestuka

We are investigating this issue with ticket ID CONVERSIONNET-4704. You’ll be notified in case of any progress update.

1 Like

The issues you have found earlier (filed as CONVERSIONNET-4704) have been fixed in this update. This message was posted using Bugs notification tool by nikola.yankov