PHP Classes

Could you tell me if this class is able to read PDF Form Data?

Recommend this page to a friend!

      Print Form PDF  >  All threads  >  Could you tell me if this class is...  >  (Un) Subscribe thread alerts  
Subject:Could you tell me if this class is...
Summary:Could you tell me if this class is able to read PDF Form Data?
Messages:4
Author:Mat Jung
Date:2019-03-22 14:36:08
 

  1. Could you tell me if this class is...   Reply   Report abuse  
Picture of Mat Jung Mat Jung - 2019-03-22 14:36:08
Could you tell me if this class is able to read PDF Form Data?

  2. Re: Could you tell me if this class is...   Reply   Report abuse  
Picture of Alexander Selifonov Alexander Selifonov - 2019-03-22 17:19:16 - In reply to message 1 from Mat Jung
Yes. It's one of the main features it was developed for: load PDF file as template and add user data "above" that template.
To read template PDF You need FPDF and FPDI class modules, because TCPDF can't read PDF itself.
Can be found here:
setasign.com/products/fpdi/about/

  3. Re: Could you tell me if this class is...   Reply   Report abuse  
Picture of Alexander Selifonov Alexander Selifonov - 2019-03-22 17:27:33 - In reply to message 2 from Alexander Selifonov
But if you mean exactly FORM fields (input fields inside PDF's) - they are not supported.

  4. Re: Could you tell me if this class is...   Reply   Report abuse  
Picture of Mat Jung Mat Jung - 2019-03-22 18:30:22 - In reply to message 3 from Alexander Selifonov
Thanks for the quick feedback.
Yes, I was referring to input fields inside PDFs.