Forum


Replies: 4   Views: 230
Return a docx as a stream
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  · 02-02-2024 - 11:16

Hello,

Sorry, but we don't have a whole sample using a stream with Symfony. phpdocx can be used with any PHP project, CMS, framework... the stream is generated as a generic stream.

We recommend you check the Symfony documentation about working with streams available on:

https://dev.to/rubenrubiob/serve-a-file-stream-in-symfony-3ei3

https://symfony.com/doc/current/components/http_foundation.html#serving-files

and also test step by step your code: if the DOCX stream is generated and returned correctly, if the stream is being captured correctly (and then if you can save as a fs or stream it).

We have moved your request to the development team to write a new cookbook page about working with streams using the StreamedResponse clas available in some frameworks.

Regards.