|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.comparison.PdfComparer
public class PdfComparer
The pdf document compare.
| Constructor Summary | |
|---|---|
PdfComparer(PdfDocument oldDocument,
PdfDocument newDocument)
Construct a new instance. |
|
| Method Summary | |
|---|---|
void |
compare(com.spire.ms.System.IO.Stream outPdfStream)
Compare the old/new pdf docments,generate diff pdf document. |
void |
compare(java.lang.String outPdfFile)
Compare the old/new pdf docments,generate diff pdf document. |
PdfCompareOptions |
getOptions()
The compare options. |
| Constructor Detail |
|---|
public PdfComparer(PdfDocument oldDocument,
PdfDocument newDocument)
oldDocument - The old pdf document.newDocument - The new pdf document.| Method Detail |
|---|
public PdfCompareOptions getOptions()
public void compare(java.lang.String outPdfFile)
outPdfFile - The out pdf file path.
java.lang.Exceptionpublic void compare(com.spire.ms.System.IO.Stream outPdfStream)
outPdfStream - The out pdf document stream.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||