Thread: PDF form Files
View Single Post

  #1 (permalink)  
Old 10-25-2006
Vincent
 
Posts: n/a
Default PDF form Files

Hello!

Is ti possible to create a PDF form and to extract fields from this file
in PHP?
I ve taken a look to the doc and it's almost about creating PDF files in
PHP. All I need is to extract data from PDF forms, a little bit like I
do from XML files with the following function::

$xml_Infos = simplexml_load_file($file_XML) ;

thanks,
Vincent.
PS: I am really novice in the management of PDF files, I don't even know
how to create a PDF form...
Reply With Quote