how to implement such a PDF form
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

how to implement such a PDF form

From: Kevin <kevinwat@gmail.com>
Date: Sat Sep 24 2005 - 16:44:32 CEST

I am developing a web site with PHP and MySQL.
There are many forms that need to be generated
based on users' information in database, and
then let users to complete the rest. Finally
the users can print and sign the forms.
I think a good way to implement this application
is to use Adobe Acrobat to compose form templates
in advance. When a user request a form by
internet, I will make a copy of its template,
and fill some pre-designed entries with his info
from the database, and then let him to view it.

My questions are
1) how can I fill these pre-designed entries with
PHP?
2) Is there any other better way to implement the
application?

Thank you

Kevin
Received on Tue Oct 18 02:27:36 2005