I try to use your feature, make a PDF from a Word document.
this is my code :
[code] require_once 'phpdocx/classes/TransformDoc.inc';
//Genere le PDF
$document = new TransformDoc();
$document->setStrFile($donnees_suivi['doc']);
$document->generatePDF();[/code]
But the PDF is not the same as the word document, margin are not the same and some texte are hover other text.
Can you explain me how to fix margin for the pdf ?
How can I define a folder where to generate the PDF or capture the filename and save it on the server ?
Hope a reply on monday.
Thank you.