Used Sample code to generatePDF, it creates PDF files but has following problems:
- Header and footer is missing.
- Images from main contents are missing
- bullets list style is missing - all contents displayed as plain text
Please help me to resolve this issue.
require_once '../../classes/CreateDocx.inc';
$docx = new CreateDocx();
$document = new TransformDoc();
$document->setStrFile('E:\XAMPP\htdocs\AnzuConnect\fileconverters\outputs\85687\110.docx');
$document->generatePDF('C:\Users\suyog\Desktop\Text.pdf');