Forum


Replies: 3   Views: 3610
Still getting permission denied
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  · 16-03-2017 - 16:36

Hello,

To solve CSS being added as a content of the document, please install and enable Tidy for PHP. About this issue please check the information available on:

https://www.phpdocx.com/documentation/cookbook/convert-html-to-word

There's a warning about this issue. We recommend you to install enable mbstring extension too, to work with all characters.

About your other problem, it's strange, because you are getting a denied access but it you have set 777 access to that file it should load the file. Please check that you have set the isFile option as true of the embedHTML method.

Regards.