add //pagenumber_hardcoding #283
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add Page Number Hardcoding Feature for Multi-Page Tables
Summary
This PR implements a new
\pagenumber_hardcodingcontrol word that enables per-page page numbering in multi-page RTF tables. Unlike the existing\pagenumber(which uses RTF field codes), this feature hardcodes the actual page numbers during table generation, ensuring accurate page numbering for table-specific pages (e.g., "Page 1 of 3", "Page 2 of 3", etc.).Problem Statement
Previously, when creating multi-page tables, users could use
\pagenumberwhich relies on RTF's dynamic field codes. However, this approach has limitations:Solution
Added a new control word
\pagenumber_hardcodingthat:\pgnhardcodingduring text conversion\totalpagewhich is also replaced with the total number of pages