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(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Diff::DiffOperation>>> diffs)
ParameterTypeDescription
diffsSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Diff::DiffOperation>>>The list of changes.

ReturnValue

Original text.

See Also