Yes you are right, so to achieve my result am using .doc file and performing below:
Currently, to achieve my goal I have a very lousy approach as below:
- I am doing a write text for my HTML content in a .doc file(so HTML content is properly rendered).
- I have a docx template with temp headers a footers, using send hotkey I am doing ctrl a + ctrl c( from .doc file) and then ctrl+v in another .docx file with temp headers.
- Now finally doing a replace text, which replaces the temp header with the exact header value I want.
I am worried if .doc is removed in near future my project would mess up as .docx does not render HTML.