How to read a text from pdf with PHP
-- Actually i am trying to make a converter in which i read a text from pdf and convert it into a word document. If anyone has developed this plugin, then positively help me out in this task.
How to read a text from pdf with PHP
-- Actually i am trying to make a converter in which i read a text from pdf and convert it into a word document. If anyone has developed this plugin, then positively help me out in this task.
As mentioned here by @Jay
Check out FPDF (with FPDI):
http://www.setasign.de/products/pdf-php-solutions/fpdi/
These will let you open an pdf and add content to it in PHP. I'm guessing you can also use their functionality to search through the existing content for the values you need.
Another possible library is TCPDF: http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf