You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to have the ability to access & modify document properties.
This would allow creating a template docx file, with fields set up to display custom document properties. Using DuckX, the property values could be populated with output data from C++ software. When loaded into MS Word, the final docx file would display the completed report, and user would still have the ability to edit.
To work around the lack of document property support at the moment, I am experimenting with searching all paragraphs for a particular string (e.g. [REPORTBODY]) and replacing with the corresponding value.
The text was updated successfully, but these errors were encountered:
It would be useful to have the ability to access & modify document properties.
This would allow creating a template docx file, with fields set up to display custom document properties. Using DuckX, the property values could be populated with output data from C++ software. When loaded into MS Word, the final docx file would display the completed report, and user would still have the ability to edit.
To work around the lack of document property support at the moment, I am experimenting with searching all paragraphs for a particular string (e.g.
[REPORTBODY]
) and replacing with the corresponding value.The text was updated successfully, but these errors were encountered: