943,776 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Marked Solved
  • Views: 1736
  • PHP RSS
Jun 18th, 2009
0

PDF Image Comparison

Expand Post »
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
PHP Syntax (Toggle Plain Text)
  1. if (pdf1==pdf2)
  2. then save the path of both in the database
with some other information like id, date, time etc.
Thanks in Advance...
Similar Threads
Reputation Points: 2
Solved Threads: 4
Junior Poster in Training
furqan219 is offline Offline
89 posts
since Jun 2009
Jun 18th, 2009
0

Re: PDF Image Comparison

please search in google about OCR Control.
I hope you will find it.


Ayesha
Developer
Reputation Points: 17
Solved Threads: 6
Posting Pro in Training
ayesha789 is offline Offline
485 posts
since Jun 2009
Jun 18th, 2009
0

Re: PDF Image Comparison

Hi, i read ur message,

U can use the "FPDF" class of php..
THat will help u exactly, i will post the source code soon, not yet in my desk..

ok..take care bye..
Reputation Points: 10
Solved Threads: 1
Newbie Poster
ahmadjhoney is offline Offline
9 posts
since Aug 2008
Jun 19th, 2009
0

Re: PDF Image Comparison

Thank you so much.
Please post source code soon.
Thanks again.
Reputation Points: 2
Solved Threads: 4
Junior Poster in Training
furqan219 is offline Offline
89 posts
since Jun 2009
Jun 19th, 2009
0

Re: PDF Image Comparison

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.

PHP Syntax (Toggle Plain Text)
  1. <?php
  2. require('fpdf.php');
  3.  
  4. $pdf=new FPDF();
  5. $pdf->AddPage();
  6. $pdf->SetFont('Arial','B',16);
  7. $pdf->Cell(40,10,'Hello World!');
  8. $pdf->Output();
  9. ?>

May be you get some idea.
Reputation Points: 17
Solved Threads: 6
Posting Pro in Training
ayesha789 is offline Offline
485 posts
since Jun 2009
Jun 19th, 2009
0

Re: PDF Image Comparison

Thanks Ayesha for your idea.
And thanks all others.
My problem Solved.
Reputation Points: 2
Solved Threads: 4
Junior Poster in Training
furqan219 is offline Offline
89 posts
since Jun 2009
Feb 2nd, 2010
0

How to compare an empty radio button and a filled radio button in php

Hai Ayesha,

I have a PDF document which contains an empty Radio Button and another with a Filled radio button. How do i compare both with PHP


Click to Expand / Collapse  Quote originally posted by ayesha789 ...
please search in google about OCR Control.
I hope you will find it.


Ayesha
Developer
Reputation Points: 10
Solved Threads: 0
Newbie Poster
littletom4u is offline Offline
1 posts
since Feb 2010

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: count the number of record according to a query in MySql
Next Thread in PHP Forum Timeline: Searching dropdown lists to get results from database





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC