Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 laravel lumen 和 Phpdocx 很陌生。我有一个 .docx 文件,我正在尝试将其转换为 .pdf,如下所示 -
$docx = new \Phpdocx\Create\CreateDocx(); $docx->transformDocument('document.docx', 'document.pdf');
但这并没有转换文档,甚至没有抛出任何错误。谁能帮助我实现我的目标。提前致谢。