HI,
I generate a docx which looks fine. But then I want to create a PDF from the docx with this code:
$document = new TransformDoc();
$document->setStrFile($filedest.".docx");
$document->generatePDF($filedest.".pdf");
The pdf doesn't look anything like the docx.
I am using phpdocx version 3.7.
What am I doing wrong?
Best regards,
Peter