Support for Office document properties
This feature request is about Microsoft Office properties as described on this link : https://support.microsoft.com/en-us/office/view-or-change-the-properties-for-an-office-file-21d604c2-481e-4379-8e54-1dd4622c6b75
Actually we would need 2 things.
First, we would like to insert (static) properties in our Microsoft Word templates (docx or docm), and when we generate a new document, we would like this new document to keep these properties. Today it is not the case (I've checked).
Second, we would like the possibility to provide dynamic values for these properties, these values coming from our json datasource. Maybe this one is a bit more complex, but for example I would see the possibility to have [out] tags used as values for these documents' properties.
Now let me explain to you why this new feature request : actually we have visual basic macros today which are using these properties to decide for example which additional documents we need to print, and where these documents are located on the network. So basically, our properties look like :
PropertyName Value
PrintAdditionalDocument1 true
PrintAdditionalDocument2 false
additionalDocument1Path //somewhere/on/the/network
additionalDocument2Path //somewhere/on/the/network
Environment env1
So, we think it would be great if Windward could support this use case.
