Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 537 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 537 Bytes

JS-PDFTextDiff

Using PDFTron's WebViewer SDK, extract text from two PDFs and compare any of the text differences using diff-match-patch.

Screenshot

You can compare PDFs from local file storage, sample files provided or two URLs.

Installing

Download or clone repository, unzip and in terminal navigate to the unzipped folder.

Running

npm start

The app will be running on http://localhost:8080.