Thank you so much, I though XLT processor was a phpdocx class.
Now I can convert into PDF a docx file generated with phpdocx using generatePDF function, but there are some things that are different in PDF:
- The header and footer are in the docx but doesn't appear in the pdf file.
- The width of the tables and cells are not the same in docx and pdf.
- The border of the tables and cells are not the same in docx and pdf.
Is there any list of rules that I have to follow to generate a docx with phpdocx that I can convert to pdf keeping all its features?
Thank you so much.