I need to generate unique QR-code in footer of Page: “Number of Page of Number of page”.
Template of document has 3 pages, output-document has 2 pages.
In footer i use:
{DISPLAYBARCODE “page {PAGE}of {NUMPAGES}” QR \90 }
page {PAGE} of {NUMPAGES}
In output-document in QR-code there is “1 of 3” on all 2 pages.
So there are incorrect number of page and quantity of pages.
I have seen that same problem was fixed in version Aspose.Words for .NET 17.6 (https://docs.aspose.com/display/wordsnet/Aspose.Words+for+.NET+17.6+Release+Notes
).
I’m using version 18.4 but the problem is reproduced.
Can you help me?