Aspose::Pdf::Comparison::PdfOutputGenerator::GenerateOutput metod

PdfOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>, System::String) method

Genererar utdata baserat på skillnaderna mellan texter och sparar den till en fil.

void Aspose::Pdf::Comparison::PdfOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> diffrences, System::String targetFilePath) override
ParameterTypBeskrivning
skillnaderSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>Listan över skillnader mellan texter.
targetFilePathSystem::StringSökvägen till målfilen för att spara outputen.

Se även

PdfOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>, System::String) method

Genererar utdata baserat på skillnaderna mellan texter och sparar den till en fil.

void Aspose::Pdf::Comparison::PdfOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> diffrences, System::String targetFilePath) override
ParameterTypBeskrivning
skillnaderSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>Listan över skillnader mellan texter.
targetFilePathSystem::StringSökvägen till målfilen för att spara outputen.

Se även