Giter Site home page Giter Site logo

groupdocs-comparison / groupdocs.comparison-for-.net Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 7.0 59.7 MB

GroupDocs.Comparison for .NET examples, plugins and showcase projects

Home Page: https://products.groupdocs.com/comparison/net

License: MIT License

C# 100.00%

groupdocs.comparison-for-.net's People

Contributors

ali-salman avatar anton-samarskyy avatar atirtahirgroupdocs avatar babar-raza avatar dependabot[bot] avatar farooqsheikhpk avatar mannanfazil avatar mazurchuk avatar rida-fatima-aspose avatar rizwanniazigroupdocs avatar sabir-aspose avatar samicheemagroupdocs avatar vladimir-litvinchik avatar yevgen-nykytenko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

groupdocs.comparison-for-.net's Issues

PDF Compare

Hello -

I am trying to compare two pdf and find the difference. When I run the below code, the code is always getting stuck at "Compare" function and I do not know what is going on. Please assist. Let me know if you need anything further.

      using (FileStream fileStream = File.OpenRead("---Temporary License Path----"))
        {
            License license = new License();
            license.SetLicense(fileStream);
        }

        string sourceDocumentPath = "----actual path to source document----"; 
        string targetDocumentPath = "-----actual path to target document-----"; 
        string outputPath = "----actual path to result document------------------"; 

        using (Comparer comparer = new Comparer(sourceDocumentPath))
        {
            CompareOptions compareOptions = new CompareOptions
            {
                HeaderFootersComparison = false,
                SensitivityOfComparison = 100,
            };

            comparer.Add(targetDocumentPath);
            comparer.Compare(File.Create(outputPath), new SaveOptions(), compareOptions);
        }

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

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.