Generate .doc document using HTML to format text and with fixed footer on all pages

1

I'm having a big problem generating a specific .doc file.

My .doc file has a very complex table as the document header, but this header will be done in hand and will not have to repeat on all pages. Since the header is very complex, I could only do it in HTML using the clsMsDocGenerator class to generate the .doc file. The problem is that this class does not allow me to place fixed footers (normal word footer).

I've tried phpWord and it's put the footer but it does not support my header in HTML (string with HTML tags). So the problem is to get a way to generate .doc files with this HTML header and with a footer in all pages.

Does anyone know how to do it, or do you have another way to do it and get the expected result?

    
asked by anonymous 23.03.2016 / 11:28

0 answers