Skip to content

Releases: legalthings/pdf.js-viewer

Allow loading the webviewer with empty src

31 Mar 14:02
Compare
Choose a tag to compare

Built the source based on: legalthings/pdf.js#5
Small change, but allows us to initialize the webviewer properly, without an actual pdf in it. Otherwise the empty viewer looks broken.

Updated build files based on v1.6.210 release of mozilla/pdf.js source

13 Mar 16:18
Compare
Choose a tag to compare
Merge pull request #10 from tmcdos/master

Upgrade viewer to PDF.js v1.6.210

Make css valid

22 Sep 08:46
Compare
Choose a tag to compare
Merge pull request #7 from legalthings/fix-css

Make css valid by removing unnecessary .pdf

Upgrade instructions

21 Jul 10:44
Compare
Choose a tag to compare
Merge pull request #6 from legalthings/upgrade-instructions

Upgrade instructions

Fixup guessing worker url if none was set

15 Jul 11:36
Compare
Choose a tag to compare

See #4 for more information.

Load worker script through XHR

15 Jul 11:03
Compare
Choose a tag to compare

See #4 for more information.

Added missing print containers

01 Apr 11:20
Compare
Choose a tag to compare

This should allow users to print pdf's again.

Minus js errors and warnings

19 Nov 04:47
Compare
Choose a tag to compare

Solved a number of errors and warnings caused by the non-standard using of pdf.js.

Added interpolation syntax for less variables in a string

16 Sep 13:22
Compare
Choose a tag to compare

Before:
url(@pdfjsImagePath/shadow.png)

After:
url('@{pdfjsImagePath}/shadow.png')

Fixup viewer.less

16 Sep 10:34
Compare
Choose a tag to compare
v0.2.1

Applied patches manually to viewer.less