Hi,
I have switched from HideComments in WordProcessingLoadOptions, to CommentDisplayMode, due to it becoming obsolete in version 25.5.
This was the old code:
convLoadOpts.HideComments = true;
This is the new code:
…...as before GroupDocs.Conversion Product Family dotnet , document-conversion...png (364.9 KB) I was using GroupDocs.Total 25.2 with the following...