PHPWord to PDF not able to load library

后端 未结 3 1405
我寻月下人不归
我寻月下人不归 2021-01-20 15:50

I have been trying all day to get this to work. Right now I am able to save the document as .docx file but I wanted to be able to save the document as PDF I have tried with

3条回答
  •  再見小時候
    2021-01-20 16:50

    Knowing al that, I'm guessing the answer is changing:

    $includeFile = Settings::getPdfRendererPath() . '/' . $this->includeFile;
    

    to

    $includeFile = Settings::getPdfRendererPath();
    

提交回复
热议问题