Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP wrapper that is API-compatible with PDFlib

Tags:

php

api

pdflib

Are there any wrappers 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.

like image 719
David Alan Hjelle Avatar asked Nov 14 '22 11:11

David Alan Hjelle


1 Answers

Maybe this PHP Class can help you out

like image 180
Shuriken Avatar answered Dec 15 '22 10:12

Shuriken