1
I have a big problem to generate a file .doc specific.
My file .doc has a very complex table like document header, but this header will be done by hand and will not have to repeat on all pages. As the header is very complex I could only do it in HTML using the class clsMsDocGenerator
to generate the file .doc. The problem is that this class does not allow me to place fixed footers (normal word footer).
I tried the phpWord
and the same puts the footer but does not reap my header in HTML (string with HTML tags). So the problem is getting a way to generate files .doc with this HTML header and fixed footer on all pages.
Does anyone know how to do it, or has another way to do it and get the result you expect?
Leandro, welcome to stackoverflow en make a TOUR , and see how to create questions in more detail.
– Marco Souza
Leandro, it has to be . doc? If it can be . PDF I believe I would have more resources.
– Ivan Nack
Yes, that’s the problem, it has to be . doc :(
– Leandro