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.
Hi,
is there a way to make the addText function recognise line breaks in the provided text? e. g.
$text = "bla bla blan next line";
$docx->addText($text);
I have tried to use \\n, \\r\\n, <br /> and _x000D_ but none is working.
Kind regards,
Johannes
Deleted by jari.heinonen ·
24-09-2014 - 14:03