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
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowi 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.