Create docx from template

Hi,

Well, I don’t think the issue has much to do with my flow, but rather the HTML and what’s supported / not supported in the HTML generation.
I’m using the Convert HTML to PDF action, using a HTML template that spans mulitple pages.
Ideally I would like to have a header and a footer on each page, with the header containing our company logo, and the footer containing (among other things) page numbers.

This can be accomplished using a print stylesheet in many cases - or in some HTML to PDF software, it can be defined as properties in the converter.

I can’t see any functionality for this in Plumsail actions.

Also, the converter doesn’t seem to support/respect pagebreak rules in CSS, such as:
.myRule{page-break-inside: avoid;}
and
.myOtherRule{page-break-after:always;}

I guess I’m not the first of you customers with a requirement like this, so if it’s supported in any way, I’d be greatful for some input on how to accomplish the above.