Hey David,
I was wondering if you have revisited the watermark feature implementation to be incorporated in officer.
There is an old issue from 2018: #111 where the user was facing a similar situation I'm facing right now. I am aware of the complexity of this problem. For now, I implemented a workaround, where:
- I open a template file which already contains a static watermark
- I add a flextable on top
- I set the shading of the flextable to "transparent" by manipulating the XML of the docx object before being exported.
Some of the limitations of this workaround are:
- the watermark is static, i.e. inherited from the template, so no way to set the string using R code, as the watermark string belongs to the header.xml, which I understand we cannot manipulate.
- if I want to insert a png, it covers the watermark. Changing the background transparency or the z-index of the image is quite unlikely to be trivial.
Just wanted to know if you have made any progress in this topic.
Thanks again for your work!
Hey David,
I was wondering if you have revisited the watermark feature implementation to be incorporated in officer.
There is an old issue from 2018: #111 where the user was facing a similar situation I'm facing right now. I am aware of the complexity of this problem. For now, I implemented a workaround, where:
Some of the limitations of this workaround are:
Just wanted to know if you have made any progress in this topic.
Thanks again for your work!