[PHP] PDF Form Field

2012-05-03 Thread Dan Joseph
Hi,

I've spent hours researching this with no luck.  I have a PDF with a form
field that I want to populate and output the PDF.  Can someone point me in
the right direction?  Can FPDF do this natively, or I need something else?
 My host doesn't have PDFLib installed, so that's not an option.  Thanks.

-- 
-Dan Joseph

http://www.danjoseph.me


Re: [PHP] PDF Form Field

2012-05-03 Thread David OBrien
On May 3, 2012 9:08 PM, David OBrien dgobr...@gmail.com wrote:


 On May 3, 2012 8:53 PM, Dan Joseph dmjos...@gmail.com wrote:
 
  Hi,
 
  I've spent hours researching this with no luck.  I have a PDF with a
form
  field that I want to populate and output the PDF.  Can someone point me
in
  the right direction?  Can FPDF do this natively, or I need something
else?
   My host doesn't have PDFLib installed, so that's not an option.
 Thanks.
 
  --
  -Dan Joseph
 
  http://www.danjoseph.me

 Yeah you can load the pdf and overlay the text on top of it with fpdf
there should be an example of that on the fpdf site

I just found fpdfi using Google. It looks like what you need


Re: [PHP] PDF Form Field

2012-05-03 Thread David OBrien
On May 3, 2012 8:53 PM, Dan Joseph dmjos...@gmail.com wrote:

 Hi,

 I've spent hours researching this with no luck.  I have a PDF with a form
 field that I want to populate and output the PDF.  Can someone point me in
 the right direction?  Can FPDF do this natively, or I need something else?
  My host doesn't have PDFLib installed, so that's not an option.  Thanks.

 --
 -Dan Joseph

 http://www.danjoseph.me

Yeah you can load the pdf and overlay the text on top of it with fpdf there
should be an example of that on the fpdf site


Re: [PHP] PDF Form Field

2012-05-03 Thread Dan Joseph
On Thu, May 3, 2012 at 9:13 PM, David OBrien dgobr...@gmail.com wrote:

 I just found fpdfi using Google. It looks like what you need


Wow, you said the key phrase in your last e-mail, 'text on top'.  I didn't
think of that.  fpdi/fpdf does that like a charm, thanks!

-- 
-Dan Joseph

http://www.danjoseph.me