I use PHPWord to generate a document. How can I remove the indent on the left side for the footer, so that it occupies the entire width? For header, I use: but for footer it doesn’t work. And the second question, is it possible to put text on top of the image in the footer using phpword? Answer I solved
Tag: doc
how to convert .docx / .doc file to .pdf using php only
I want to convert ms-word file(.doc,.docx) to .pdf or .html file without losing style and image on word file. $filenamearray = explode(‘.’,$filename ); $doc …