Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ELEMENTS-1755: update PDF.js to 4.2.67 #934

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ui/viewers/pdfjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The PDF.js viewer is built from the [PDF.js](https://github.com/mozilla/pdf.js/) GitHub repository and integrated into the current directory.

The current version is built from the [v2.6.347](https://github.com/mozilla/pdf.js/releases/tag/v2.12.313) tag.
The current version is built from the [v4.2.67](https://github.com/mozilla/pdf.js/releases/tag/v4.2.67) tag.

## How to Update

Expand All @@ -13,7 +13,7 @@ Clone the Repository:

Checkout the wanted commit/tag:

$ git checkout v2.12.313
$ git checkout v4.2.67

Apply the following patch to allow viewing a file in a static UI connected to a remote server with a CORS configuration allowing cross-domain requests:
- Revert file origin validation.
Expand Down Expand Up @@ -72,7 +72,7 @@ Copy the generic viewer:

Commit your changes:

$ git commit -am "ELEMENTS-XXX: update PDF.js to 2.12.313"
$ git commit -am "ELEMENTS-XXX: update PDF.js to 4.2.67"

# About Nuxeo

Expand Down
22 changes: 0 additions & 22 deletions ui/viewers/pdfjs/build/pdf.js

This file was deleted.

Loading
Loading