Hi! I'm using adv license and i got problem. I need to generate TOC before save with native method. Is it possible? Msword method is not available on my linux server.
PS. if i try to transform from docx to docx with native method, nothing happens.
The code generates test.docx correctly, then creates test2.pdf. But not creates test2.docx. Can you explain why?
$docx->createDocx('test.docx'); $docx->transformDocument('test.docx', 'test2.pdf'); $docx->transformDocument('test.docx', 'test2.docx');