Thank you for your reply,
I am on version 10 phpdocx
I added the macro Sub SaveToPdfA1(cFile) ,
but it does not run on this line:
oPropertyValue.Name = "Hidden"
mentioned error:
BASIC syntax error.
Unexpected symbol: &.
My calling code is indeed the one you mentioned:
$docx->transformDocument('document.docx', 'document.pdf', 'libreoffice', array('pdfa1' => true));
and i have the latest version of libreoffice
What are my solutions?
THANKS