How to implement Dunamic Page Numbering in the footer section.like Page 1 of 10.it will increase based on Page.
Hi Arkyadeep,
Ok certainly. Here are the steps:
Does that answer your question?
If not, maybe I am not understanding what you mean by dynamic page numbers.
Please also remember I am supporting this plugin for free, in my own time. So any help you can provide by further clarifying your needs will help us find the solution faster and would be very much appreciated.
I hope this helps you!
Kind regards,
Stuart
The best way to implement page numbering is to create a blank word document and insert page numbers using Microsoft Word, then store that word document somewhere, such as under resources.
Then in your code, open the Word document using the MSWord_OpenDocument action and insert your content.
Refer to the documentation for more information.
I hope this helps!
Hi Stuart
it is not clear.i am creating the document data dynamically.can u plz clarify how to achieve numbering in fotter section.
Thanks for your support.it is working properly.
Hi, using MsWordUtil_library , uploaded sample word doc with page number into data-> resources.i am trying to do :In OutSystems Service Studio, added the Microsoft Word document to the Data tab under resources.But in MSWord_OpenDocument is expecting a binary file and not a URL.Hence, i cannot open the word docx in binary format with MSWord_OpenDocument.Could you enlighten me please?
Hi Larry,
Thanks for your question.
Note this is a separate issue, so would be better if you could submit a new issue instead of adding to this one.
To open a binary resource, in ServiceStudio if you open the expression editor for the value. Navigate down to Resources. Under your document you will find a "Content" item. This is the binary content of the resource.