FPDF error: Could not include font definition file in PHP

后端 未结 6 875
刺人心
刺人心 2021-01-22 23:42

I have bunch of images and I want to generate PDF of of all those images. I am using FPDF library (version 1.7) for achieving this. But I am getting the following e

6条回答
  •  感动是毒
    2021-01-23 00:11

    You must create the font definition files for the fonts you are using.

    See here:

    http://www.fpdf.de/tutorials/7/

提交回复
热议问题