|
Posted by Mike P2 on 05/18/07 19:50
On May 18, 2:03 pm, jav_...@hotmail.com wrote:
> I have been reading this group but I can not find the simple answer
> tohow i can solve what i need to do. I have a pdf template, it is, a
> pdf with some data like name, surname,etc ...and i want from web
> (using php) to open this pdf, fill thesedata and repeat it so many
> times as number of students there are... I have read about fdf , etc,
> but i don`t know how and what tools ishould use....does anybody or
> expert help me? i am frustated cause ican not finish my
> application..and i am late about this. Thanks in advance.
http://php.net/pdf
This is a PHP extension that you can use to do a variety of things
with PDF files. In your case, you can either write text right onto the
form, or you can make the text in an image with the GD extension and
place that image onto the form. It has some stuff relating to
templates, too. I haven't tried that though.
Use programmer's-common-sense to figure out the rest.
-Mike PII
Navigation:
[Reply to this message]
|