verronpro / docx-stamper

Easy-to-use template engine for creating docx documents in Java.
https://verronpro.github.io/docx-stamper/
MIT License
18 stars 8 forks source link

Enable Comment Commands on Word Content Controls #419

Open caring-coder opened 3 months ago

caring-coder commented 3 months ago

Currently, the library office-stamper does not support the execution of comment commands on Word content control objects. These objects are commonly used in Word's standard templates, and not being able to manipulate them directly requires additional preprocessing steps, which complicates the workflow.

I would like the office-stamper library to support running comment commands directly on Word content control objects. This would streamline the process by allowing users to manipulate these objects without needing to modify or treat them beforehand.

An alternative would be to manually extract or convert the content within these control objects before applying the comment commands. However, this approach adds complexity and may introduce additional errors or inconsistencies.