How to set commenting privilege only while converting Word Into PDF

HI guy ,
as the topic ,which value of Enum for the privilege commenting only .

var options = new Aspose.Words.Saving.PdfSaveOptions();
options.DownsampleOptions.Resolution = 180;
options.EncryptionDetails = new PdfEncryptionDetails("123456", "110" ,PdfPermissions.DisallowAll );
options.EncryptionDetails.Permissions = PdfPermissions.ModifyContents;

@wengyeung I am afraid there is no way to allow only commenting. This is limitation of PDF format.

Ok ,Thanks for that ,We release it to Client temporarily and are looking forward to hearing good news from you in the near future .

@wengyeung Maybe I did not explain clearly. There is nothing we can do on Aspose.Words side to make this possible. This is limitation of PDF format itself, i.e. this is not allowed in PDF format at all.

Dear Alexey
Ok, This topic can be closed .

1 Like