Is there a way of creating and downloading a docx file from the temp file only.ie. phpdocx doesnt actually create and leave a docx file in a directory?
I know you can use the unlink() to remove the file after downloading.
Is there a way of creating and downloading a docx file from the temp file only.ie. phpdocx doesnt actually create and leave a docx file in a directory?
I know you can use the unlink() to remove the file after downloading.
Hello,
Yes, using the stream mode. This mode is only available in Premium licenses:
http://www.phpdocx.com/api-documentation/performance/zip-stream-docx-with-PHP
http://www.phpdocx.com/documentation/cookbook/improve-phpdocx-performance
Regards.
Hello,
No, it's only available in Premium licenses (phpdocx 6.5 and newer only).
Regards.