Get report about changes in PPTX with GroupDocs.Comparison
- Install the GroupDocs.Comparison for .NET package using Nuget
- Get Comparer object providing PPTX path
- Add more PPTX presentations to be compared
- Analyze report saved to local disc
Get report about changes in PPTX with GroupDocs.Comparison
// Compose alterations for presentations
// Instantiate Comparer passing first file path
using (Comparer comparer = new Comparer("source.pptx"))
{
// Include more files for comparison
comparer.Add("file_to_compare_1.pptx");
comparer.Add("file_to_compare_2.pptx");
comparer.Add("file_to_compare_3.pptx");
// Save the comparison result
comparer.Compare("result.pptx");
}
Download GroupDocs.Comparison for free or get a trial license for full access!
Explore documentation, code samples, and community support to enhance your experience.
Stay informed about the advantages of GroupDocs.Comparison for .NET for PPTX presentations analyzing. Generate informative reports about differences in MS PowerPoint presentations.