Aspose::Pdf::Comparison::TextPdfComparer::AssemblySourcePageText method

TextPdfComparer::AssemblySourcePageText method

Restores the original text from the list of changes.

static System::String Aspose::Pdf::Comparison::TextPdfComparer::AssemblySourcePageText(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> &diffs)
ParameterTypeDescription
diffsconst System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>&The list of changes.

ReturnValue

Original text.

See Also