Webpage convert to PDF button

后端 未结 3 1570
刺人心
刺人心 2021-01-05 10:57

I have a website now and I want to create a button on it to convert this page to PDF. Is there any code to make this happen? I cannot find it on the internet.

So I w

3条回答
  •  旧巷少年郎
    2021-01-05 11:35

    Use FPDF. It's a well-respected PDF-generating library for PHP that is written in pure PHP (so installing it should be dead simple for you).

提交回复
热议问题