PHPWord
PHPWord copied to clipboard
Images not showing in the PDF
Images are not rendering in the PDF while conversion.
$domPdfPath = realpath(PHPWORD_BASE_DIR . '/../vendor/dompdf/dompdf');
\PhpOffice\PhpWord\Settings::setPdfRendererPath($domPdfPath);
\PhpOffice\PhpWord\Settings::setPdfRendererName('DomPDF');
$phpWord = \PhpOffice\PhpWord\IOFactory::load($mergeFilePath);
$objWriter = \PhpOffice\PhpWord\IOFactory::createWriter($phpWord, 'PDF');
$objWriter->save($destinationPath);
- PHP version: 7.2.16
- PHPWord version: 0.16
i am also having an issue with this.....
does anyone solve the issue ? i am stuck, can't find a solution...