Hi have created a script which creates a PDF document from DOCX document, however, the formatting in the PDF document does not resemble that of the DOCX document at all!! My code is:
require_once(”TransformDoc.inc”);
$document = new TransformDoc();
$document->setStrFile($UTILS['AUDIT_REPORTS_REPOSITORY'].’/template_table.docx’);
$document->generatePDF();
I have the Pro version so i would expect this to work!
# nschulze
@jolyon
i got the same problem =/
like jolyon and i already reported
nothing of the styles from the docx were set to the pdf