Click or drag to resize

PDFDocAppendTextDiff Method

Overload List
  NameDescription
Public methodAppendTextDiff(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.
Public methodAppendTextDiff(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.
Public methodAppendTextDiff(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.
Top
See Also