Forum


Replies: 3   Views: 3380
Strange chars in phpdocx out
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.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 12-04-2016 - 06:26

Hello,

If your database includes \r, \n... and you won't to add them into the document, we recommend you to remove them. For example using str_replace to clear '\r', '\n' and "\r", "\n"... to remove literal strings and carriage returns.

Regards.