.Net Core 5, Groupdocs.total 22.9
My annoying work around:
if (attachment != null)
{
//Check filetype to enable/disable watermarker
IEnumerable supportedFileTypes = FileType.GetSupportedFileTypes();
string attachme…...Net Core 5, GroupDocs.Total 22.9 My annoying work around:...