tool.pdf
public class Diff extends Object
Version: $Revision: 1.23 $ $Date: 2003/08/27 01:52:29 $
Field Summary | |
---|---|
static String | USAGE |
static String | VERSION |
Constructor Summary | |
---|---|
Diff() |
Method Summary | |
---|---|
void | defaults() |
boolean | diff(File file1, File file2)
Compares two PDF files and returns true iff they are structurally equivalent. |
boolean | diff(PDFReader pdfr1, PDFReader pdfr2)
Compares two PDFs and returns true iff they are structurally equivalent. |
static void | main(String[] argv) |
void | setIgnoreDates(boolean b) |
void | setOut(PrintStream out) Split zaps link annotations to excluded pages. |
void | setPassword1(String password) |
void | setPassword2(String password) |
void | setRanges(String range1, String range2) Ranges must have the same number of pages. |
true
iff they are structurally equivalent.true
iff they are structurally equivalent.