Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须创建一个自动创建的网页:
来自较小 pdf(1/8 页)的 pdf(1-2 页)
例如,用户更喜欢他/她想要的预定义类别中的小 pdf 类型,网站会使用网站中的小 pdf 自动创建另一个 pdf,保存并提供新 pdf 的链接。
我想知道我该怎么做。
谢谢!
如果您使用的是 PHP,您可以使用这些库
TCPDF
FPDF
干杯!