Convert to PDF Alters Chapter Numbering in Page Footers

hi,
when we convert Word document to PDF, page numeric becomes letters instead of digits.
the snippet code to replicate the issue:

var output = inputWord + “-processed.pdf”;
new License().SetLicense(AsposeLicenseFile);
var document = new Document(inputWord, new Aspose.Words.Loading.LoadOptions(""));
var docPdfOptions = new Aspose.Words.Saving.PdfSaveOptions();
document.Save(output, docPdfOptions);

The file to replicate Sample Chapter _ Page Number Issue (2021)(2084313.2).docx (49.4 KB).
Produced output file - Sample Chapter _ Page Number Issue (2021)(2084313.2).docx-processed.pdf (115.7 KB)

An example of the issue:
image.png (64.8 KB)

@vhorodnii,
We have tested the scenario and managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET - 23256. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

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