Simple question:
Does anyone know if is there a (simple) way of comparing text from two PDF files with Javascript or Angular?
Or at least a way of get the plain text from them and search for the line numbers for example to show a visual comparison of both files?
I need to implement something similar to the git plugins comparison, or BeyondCompare for example inside my project, so I would need the code or the tool to integrate it into my Angular project.
Thanks in advance.