Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compare two documents

Status
Not open for further replies.

ohmbru

Technical User
Jul 13, 2001
161
0
0
US
I have Adobe Acrobat 5.0. I would like write some code that will compare two documents.

Does anyone know where I can get info on the syntax for this?


Brian
 
I have done some searches but did not find anything useful.

Brian
 
What do you want to discover when comparing the documents? Do you want to know if they're the same or not the same, or do you want to know WHERE the files differ?

Lee
 
Also... while we can assume, since you're asking in the Javascript forum, that you want to do this in JavaScript, do you want to do this:

1. In client-side Javascript,
2. In server-side Javascript, or
3. In Javascript inside a PDF file?

Dan


[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
I want to identify where the differences occur.

I suppose I could do this in each document, but I prefer to execute it through the Batch Processing in Adobe.

Here’s what I would need it to do, specifically:

-Compare C:\Dialogue\Before\PSLPFR.PDF to C:\Dialogue\After\PSLPFR.PDF

Ouput the results to C:\Dialogue\Results\PSLPFR.PDF


Brian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top