Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
Thanks! I did not think that could be the problem!
Tidy is installed! I checked!
But if I use htmlspecialchars...the suited content will be a text :( So this is not a good solution :(
You meant that?
My code is:
$docx = new \Phpdocx\Create\CreateDocx();
$wf = new Phpdocx\Elements\WordFragment();
$wf->embedHTML(htmlspecialchars('-
check enabled (warning appears if length < TORA)
-
check disabled
'
);
$docx->createDocx('numbering_test');