Forum


Replies: 1   Views: 2447
The file is saved in the browser only
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  · 04-12-2018 - 16:14

Hello,

The default behavior of phpdocx is saving the DOCX into the filesystem but not downloading it (https://www.phpdocx.com/documentation/cookbook/download-generated-docx). Using a Premium license you can enable the stream mode in the config/phpdocxconfig.ini file or through a static variable (CreateDocx::$streamMode) to return the DOCX as a stream an avoid creating the DOCX in the fs. On  https://www.phpdocx.com/documentation/cookbook/improve-phpdocx-performance you can read about more information about the stream mode.

About the conversion to PDF, the DOCX must exist in the filesystem to be able to transform it into another document format.

Regards.