Occurs error while saving document as PDf by using the version 23.6

Hi guy
we encountered a problem by using the aspose.words component which version is the latest 23.06 , but it will be normally for the older version 22.11 .
please reference bellow code and source document .

666.docx (36.4 KB)

var doc = new Document("d:\\666.docx");
var options = new Aspose.Words.Saving.PdfSaveOptions();
options.DownsampleOptions.Resolution = 180;
SaveOutputParameters rlt = null;
try
{
    ///hide the comment
    doc.LayoutOptions.RevisionOptions.ShowRevisionMarks = false;
    doc.LayoutOptions.RevisionOptions.ShowRevisionBars = false;
    doc.LayoutOptions.CommentDisplayMode = Aspose.Words.Layout.CommentDisplayMode.Hide;
    rlt = doc.Save("d:\\666.docx.pdf", options);
}
catch (Exception ex)
{

}

@wengyeung
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): WORDSNET-25655

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.

The issues you have found earlier (filed as WORDSNET-25655) have been fixed in this Aspose.Words for .NET 23.8 update also available on NuGet.