i am working with templates, when i generate it, it work great,
but now i wonder if it is possible to get base64 when i generate docx.
i have a Phpdocx\Utilities\DOCXStructure instance and i try to convert that in base64
thanks
i am working with templates, when i generate it, it work great,
but now i wonder if it is possible to get base64 when i generate docx.
i have a Phpdocx\Utilities\DOCXStructure instance and i try to convert that in base64
thanks
Hello,
You can serialize a DOCXStructure and get it as base64 content using a Premium license (and also use in-memory DOCX documents). Please check the following information:
https://www.phpdocx.com/documentation/cookbook/improve-phpdocx-performance (Serializing templates section)
https://www.phpdocx.com/documentation/cookbook/in-memory-docx-documents
Regards.