开发者

PHP wrapper that is API-compatible with PDFlib

开发者 https://www.devze.com 2022-12-24 12:35 出处:网络
Are there any wrappers开发者_如何学C to any of the other PDF generating packages for PHP that provide API compatibility with PDFlib?

Are there any wrappers开发者_如何学C to any of the other PDF generating packages for PHP that provide API compatibility with PDFlib?

Our company has been generating PDFs from PHP using PDFlib for many years, but have not upgraded since version 5. Now that we are upgrading some servers, we need either upgrade or find a replacement. I'd like to replace PDFlib with an open-source product that allows commercial use. However, we (foolishly, perhaps) didn't write our own wrapper around PDFlib the first time around, and have many, many lines of code that would need to be changed and tested.

I realize I could write my own wrapper, but I find it surprising that my searching thus far has yielded no-one else who has done the same.


Maybe this PHP Class can help you out


I personally use fpdf - very powerful and has lots of user generated scripts to do anything you can think of.

Also free


If any one is interested, I did open-source the wrapper I wrote. It's very minimal—just enough for our needs—but it works. See its Github page for more info.

0

精彩评论

暂无评论...
验证码 换一张
取 消