Word to PDF conversion dotnet SDK show/hide comments

Hi,
When converting a Word document to PDF with the Aspose.Words Cloud SDK for .Net (Edit, convert Word document in C# through .NET Cloud SDK) (ConvertDocument(convertRequest))

The pdf is showing the comments. Is there any way to control this?

Thanks

@MortenF

Please share your input and output document along with the expected output. We will look into your requirement and guide you accordingly.

Hi Ahmad,
I did some digging and apparently it’s by default that MS-Word opens the comments pane if there’s markup in the document, even if you disable the view pane under “review → show comments” in the word app… Pls. find attached an example of a docx with a comment and the converted pdf.

If i disable the view and save the document it still appears when reopening and also in the converted PDF file. It would be nice if there was an option to switch this on/off.

https://mofassets.blob.core.windows.net/tempword/test.docx

https://mofassets.blob.core.windows.net/tempword/test.pdf

Thanks

@MortenF

You may remove the comments from your input Word document and convert it to PDF. Hopefully, it will help you accomplish the task.

A post was split to a new topic: Formatting issue in Excel to PDF Conversion