How rotate a pdf document using php?

前端 未结 5 895
庸人自扰
庸人自扰 2021-01-13 06:12

How can I rotate a pdf document using php and linux?

5条回答
  •  长发绾君心
    2021-01-13 06:29

    There are a few libraries for handling PDFs with PHP.

    Here's a good code example using such a library. I found it, just by Googling "PHP PDF":

    http://www.fpdf.org/en/script/script2.php

提交回复
热议问题