Thanks ..
I will try it and post the results here ..
Thanks.
Vivek
Search found 4 matches
- Thu Aug 04, 2005 10:02 pm
- Forum: PHP - Code
- Topic: how to generate PDF and save a copy on client?
- Replies: 8
- Views: 713
- Thu Aug 04, 2005 9:50 pm
- Forum: PHP - Code
- Topic: how to generate PDF and save a copy on client?
- Replies: 8
- Views: 713
will this help?
Hi, I just came across this post
viewtopic.php?t=30157
And I also need to fill an existing PDF. Do you think the above post should help me with it?
Vivek
viewtopic.php?t=30157
And I also need to fill an existing PDF. Do you think the above post should help me with it?
Vivek
- Thu Aug 04, 2005 9:25 pm
- Forum: PHP - Code
- Topic: how to generate PDF and save a copy on client?
- Replies: 8
- Views: 713
CPDF from R&OS
Hey Feyd, Thanks for your reply. I have tried using this library as well. As I mentioned in previous post, "If I use CPDF library then I need to specify each fields' dimensions and position which is a pain because the number of fields is very high and I need to do a few forms." The problem...
- Thu Aug 04, 2005 8:55 pm
- Forum: PHP - Code
- Topic: how to generate PDF and save a copy on client?
- Replies: 8
- Views: 713
how to generate PDF and save a copy on client?
I have a hardcopy PDF form and now I want to create an applicant which reads data from database and fills the PDF form. Users should be able to save this filled form. I have tried one method. I created a PDF form (with defined text fields) and I generate a FDF file using information from the databas...