Skip to content

kiranmurali93/compare-pdf-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment for bhumio

How to setup

  • Use the node version specified in the nvmrc, if you have nvm installed then use

      nvm install
    

    This will find the version in the nvmrc file and automatically sets the node version.

  • Install the dependencies

      npm install
    

How to run the program

  • To run the code use

      npm run test
    

    this will start running the index.js file in the src/index.js

  • This will by default use the 2 pdfs which are given in the question as file 1 and file 2 respectively

Testing the different test cases

  • Case 1:

    When 2 inputs are different it should print the difference of lines

  • Case 2:

    When 2 inputs are the same it should print Files are identical

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published