How to create PDF documents from image files, using PHP

后端 未结 3 568
抹茶落季
抹茶落季 2021-01-02 05:51

With PHP application, I have to generate single PDF documents, from set of images.

Which is best way to achieve this? Can I use TCPDF library, and can you give me so

3条回答
  •  我在风中等你
    2021-01-02 06:36

    I don't know your requirements but ImageMagick could probably do the trick. I believe that they also have a php wrapper available for all the image manipulation/conversion functions.

提交回复
热议问题