Skip to content

Commit

Permalink
Feature/298 improve compare performance (#2124)
Browse files Browse the repository at this point in the history
* Implement Diff.js

* Compare feature - add service worker and improve efficiency for large files

* Compare - messages updated to be compatable with language packs

* Compare - Acknowledge Diff.js usage

* Add message warning there is  no text in uploaded pdf to messages file

---------

Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
  • Loading branch information
reecebrowne and Frooodle authored Oct 29, 2024
1 parent 4922ab7 commit a9ce0e8
Show file tree
Hide file tree
Showing 4 changed files with 2,487 additions and 214 deletions.
6 changes: 4 additions & 2 deletions src/main/resources/messages_en_GB.properties
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ info=Info
pro=Pro
page=Page
pages=Pages
loading=Loading...

legal.privacy=Privacy Policy
legal.terms=Terms and Conditions
Expand Down Expand Up @@ -782,6 +783,9 @@ compare.highlightColor.2=Highlight Color 2:
compare.document.1=Document 1
compare.document.2=Document 2
compare.submit=Compare
compare.complex.message=One or both of the provided documents are large files, accuracy of comparison may be reduced
compare.large.file.message=One or Both of the provided documents are too large to process
compare.no.text.message=One or both of the selected PDFs have no text content. Please choose PDFs with text for comparison.

#BookToPDF
BookToPDF.title=Books and Comics to PDF
Expand Down Expand Up @@ -1220,5 +1224,3 @@ splitByChapters.desc.2=Bookmark Level: Choose the level of bookmarks to use for
splitByChapters.desc.3=Include Metadata: If checked, the original PDF's metadata will be included in each split PDF.
splitByChapters.desc.4=Allow Duplicates: If checked, allows multiple bookmarks on the same page to create separate PDFs.
splitByChapters.submit=Split PDF


Loading

0 comments on commit a9ce0e8

Please sign in to comment.