Hi,
I am using "phpdocx-premium-12.5-ns" and want to create PDF/A-3 and Embed XML with it how to achieve this, note that i try below code but it don't create real pdf/a-3 format and also how to embed the xml on it
$docx->transformDocument("file.docx", "file.pdf", 'libreoffice', ['pdfa3' => true]);
Thanks