groupdocs-comparison / GroupDocs.Comparison-for-.NET

GroupDocs.Comparison for .NET examples, plugins and showcase projects
https://products.groupdocs.com/comparison/net
MIT License
8 stars 7 forks source link

Why when I use method Compare from format dxf result in pdf? #70

Open altamir95 opened 1 year ago

altamir95 commented 1 year ago

My code:

using (Comparer comparer = new Comparer("source.dxf"))
{
    comparer.Add("target.dxf");
    comparer.Compare("result.dxf");
}

And after that I can see in directory file "result.pdf", not "result.dxf". Please, I need to your help, thank you.