I'm searching for pdf library, preferably open source, which will print a image on an existing pdf. I looked at Haru but it edits only creates pdf from scratch and they don't intend to add pdf editing feature anytime in the future. PHP library would be preferred.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Zend Framework will print onto an existing pdf, provided it's a version 1.5 or before (I think, not 100% sure on the pdf version, could be 1.4). Read more here - http://devzone.zend.com/article/2525 |
|||
|
|
|
Take a look at FPDI (http://www.setasign.de/products/pdf-php-solutions/fpdi/) which can extend TCPDF or FPDF and allows you to load PDF's as templates. |
|||
|
|