Msg/eml to pdf => size problem when having long urls in email

Hello

When I convert to pdf an email that contains a long URL inside the body, line breaks are not done on the long url. They are done correctly on other text blocks.
Generated pdf is unreadable if we do not zoom because test is very very small.

Thanks,

Yannick

@Yannick001

Could you please provide more details about the method or library you are using for the conversion and any specific code snippets related to this issue?

Here is the code I use:

GroupDocs.Conversion.Options.Load.EmailLoadOptions loadOptions = new GroupDocs.Conversion.Options.Load.EmailLoadOptions { ConvertOwned = false, DisplayBccEmailAddress = true, DisplayCcEmailAddress = true  };
using (Converter converter = new Converter(fileName, () => loadOptions))
{
    PdfConvertOptions options = new PdfConvertOptions();
    converter.Convert(outputFileName, options);
}

@Yannick001

Please take a look at these source and output files.zip (49.4 KB). We pasted a sample long URL in the MSG file, converted it to PDF, and the results look as expected. However, could you please share the problematic MSG file and the output you received? We will then further investigate this scenario on our end.

Hello,

Thanks for your ansver. You wiull find enclosed the msg file and the converted result.

Lien long.zip (40,5 Ko)

Yannick

@Yannick001
This issue is reproduced at our end. Therefore, 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): CONVERSIONNET-7157

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.