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.

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.

share|improve this question

2 Answers

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

share|improve this answer

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.

share|improve this answer
can you guide me to set it up. – Sridarshan Jun 1 '11 at 7:07

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.