How to verify if the createDocx method done the job correctly, without using file_exists of PHP?
Thanks.
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowIn principle if there is "no fatal error" the docx must have been generated.
A differennt thing is if the document has been "properly generated". Unfortunately the OOXML schema is faulty by design so if one use the standard schema validators you get into circular loops...this is a well known issue.
So teh only solution, by the time being is thorough testing :-)