Generate PDF from .docx generated by PHPWord
问题 I am creating .docx files from a template using PHPWord . It works fine but now I want to convert the generated file to PDF . First I tried using tcpdf in combination with PHPWord $wordPdf = \PhpOffice\PhpWord\IOFactory::load($filename.".docx"); \PhpOffice\PhpWord\Settings::setPdfRendererPath(dirname(__FILE__)."/../../Office/tcpdf"); \PhpOffice\PhpWord\Settings::setPdfRendererName('TCPDF'); $pdfWriter = \PhpOffice\PhpWord\IOFactory::createWriter($wordPdf , 'PDF'); if (file_exists($filename."