| | |
PDF Image Comparison
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Jun 2009
Posts: 64
Reputation:
Solved Threads: 4
Hi Dear All
Is it possible to compare two PDF Image Files and if Name of Person is same in both documents only then we can save it to server and save the path to the Database. actually its about confirmation. But Problem is Both PDF are Images and name is situated at different pixels so is it possible. and using OCR or any other technology. there are 5000 PDF Files for both PDF1 and PDF2
I want
with some other information like id, date, time etc.
Thanks in Advance...
Is it possible to compare two PDF Image Files and if Name of Person is same in both documents only then we can save it to server and save the path to the Database. actually its about confirmation. But Problem is Both PDF are Images and name is situated at different pixels so is it possible. and using OCR or any other technology. there are 5000 PDF Files for both PDF1 and PDF2
I want
PHP Syntax (Toggle Plain Text)
if (pdf1==pdf2) then save the path of both in the database
Thanks in Advance...
This is a code which is available FPDF Website
Here u can find many PDF Examples like this.
You need to download fpdf.php from this above mention website.
May be you get some idea.
Here u can find many PDF Examples like this.
You need to download fpdf.php from this above mention website.
PHP Syntax (Toggle Plain Text)
<?php require('fpdf.php'); $pdf=new FPDF(); $pdf->AddPage(); $pdf->SetFont('Arial','B',16); $pdf->Cell(40,10,'Hello World!'); $pdf->Output(); ?>
May be you get some idea.
![]() |
Similar Threads
- Generating PDF Using PHP (PHP)
- How to get PDF file as output from the python program to give a print (Python)
- Image Comparison Application using ASP.net?..Result in Percentage Format?..!! (ASP.NET)
- Starting a new eCommerce Site HELP!!! (eCommerce)
- need suggestion on this project (Visual Basic 4 / 5 / 6)
- Can anyone recommend a good merchant account gateway provider? (IT Professionals' Lounge)
- check for images duplication (ASP.NET)
Other Threads in the PHP Forum
- Previous Thread: Help On PHP
- Next Thread: php + mysql for web sms
| Thread Tools | Search this Thread |
.htaccess ajax apache api array beginner binary broken cakephp checkbox class cms code crack cron curl database date directory display download dynamic echo email error fcc file files folder form forms freelancing function functions google href htaccess html image include incode insert integration ip java javascript joomla limit link login loop mail menu method mlm mod_rewrite multiple mysql oop pageing pagerank paypal pdf php problem query radio random recursion recursiveloop regex remote script search server sessions sms soap source space sql strip_tags subversion support! syntax system table template tutorial update upload url validation validator variable video web window.onbeforeunload=closeme; xml youtube





