php - How to print text to an existing pdf file? -


i have created new pdfs many times using zend , php. have patient form in pdf format , have fill form using application. how can print text on existing pdf file have text. possible ?

thanks

i haven't done it, seems possible. see zend_pdf::load(), example. seems ought able load pdf, manipulate it, , save save somewhere.

last time had this, zend_pdf wasn't around, , ended using fpdf/fpdi, ugly worked fine.


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -