-
Notifications
You must be signed in to change notification settings - Fork 4
Description
With clin_replace_pagenums we have the ability to insert word page numbers into the document. The downside of using words auto-paging is that if you aggregate the word documents directly, you'll always show current and total of the entire document and not the table itself.
This feature would have clinify manually write the current and total page numbers. This has some implications - clinify would have to do the pagination manually instead of letting word handle any of it by itself. For things like alternating pages, we already do this, so we would have all that information already. This also has performance implications.
Reviewing RTF outputs of SAS tables, RTF auto-paging tags does seem to be used:
{Page {\field{\*\fldinst { PAGE }}}{ of }{\field{\*\fldinst { NUMPAGES }}}
Please like this issue if you're interested in it so we know to prioritize it