I was wondering does anyone know any PHP Pdf generation libraries that support absolute positioning.
I’m needing to generate pdf’s dynamically, all positing needs to be done absolute.
does such a library exist, I tried domPdf it doesn’t support it though 🙁
I wouldn’t recommend Zend_Pdf since I’ve run into some weird errors with larger PDF files, and I find it a bit crude to work with. Fpdf would be my choice. It’s easy to learn, versitile and quite easy to integrate into Zend Framework.