PDFDocAppendTextDiff Method |
Name | Description | |
---|---|---|
AppendTextDiff(Page, Page) | Imports two external pages and highlights the differences between them.
This function adds two new pages to the current document. The two input
pages are typically coming from two different PDF files.
Note: Each contiguous block of change is considered a single difference.
A deletion immediately followed by an insertion is considered a single edit.
| |
AppendTextDiff(PDFDoc, PDFDoc) | Imports two external PDFs and highlights the differences between them.
This function appends alternating pages from the two input documents into the current document.
Note: Each contiguous block of change is considered a single difference.
A deletion immediately followed by an insertion is considered a single edit.
| |
AppendTextDiff(PDFDoc, PDFDoc, TextDiffOptions) | Imports two external PDFs and highlights the differences between them.
This function appends alternating pages from the two input documents into the current document.
Note: Each contiguous block of change is considered a single difference.
A deletion immediately followed by an insertion is considered a single edit.
|