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