Email signature-image overlays text when converting to PDF in .NET

Hello,

Converting the attached email to PDF causes some image from the signature, to overlay the text.
We were using GroupDocs.Total 25.2 for .NET Framework with the following code:

            var settings = new ConverterSettings();
            settings.FontDirectories.Clear();
            using (var conv = new Converter(documentPath, () => settings))
            {
                var options = new PdfConvertOptions();
                conv.Convert("Conversion.pdf", options);
            }

Email to PDF Signature overlays text.zip (164.1 KB)

Can you please take a look at the problem?

Best regards,
Clemens

@Clemens_Pestuka
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): TOTALNET-207

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

1 Like