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

Asked

Viewed 687 times

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.

  • Leandro, it has to be . doc? If it can be . PDF I believe I would have more resources.

  • Yes, that’s the problem, it has to be . doc :(

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.