Forum


Replies: 5   Views: 228
Create pdf/a-3 with xml embeded
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 bilal.app4legal  · 03-06-2024 - 05:42

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