Various Conversion Failures

Hello,

I am getting some conversion errors with various documents in .NET 9. You can find these in the attached .zip files.

Interestingly the .csv file works on your free online converter, but the e-mail does not.

Package Info: GroupDocs.Conversion 25.3.0
Problem Documents.zip (1.3 KB)

If you require any more information let me know.

@rthomas95

Could you please share the Conversion code as well? Moreover, please share the issue/error details.

Conversion code

converter.Convert(convertOptions, (Action<ConvertedContext>)(context =>
{
    context.ConvertedStream.CopyTo(fs);
}));

Errors are “Unknown email format” and “Unable to cast object of type ‘’ to type ‘’.”

image.png (1.6 KB)

This topic has been moved to the related forum: Various Conversion Failures - Free Support Forum - groupdocs.com