Skip to content

Releases: ccap/pdf.js

v1.1.3-ccap10

22 Jun 21:24
Compare
Choose a tag to compare
Test native decoding of masks and soft masks separately

v1.1.3-ccap9: Fix fallback to JavaScript image decoder

09 May 14:36
Compare
Choose a tag to compare
The bytes property will read the underlying stream to the end. Reset in
case the image decoder hasn't finished initializing.

v1.1.3-ccap8: fontLoadPromises -> fontsToLoad

08 May 19:50
Compare
Choose a tag to compare
fontsToLoad is always an empty array, Promise.all should wait for
fontLoadPromises instead of fontsToLoad.

v1.1.3-ccap7

21 Mar 22:28
Compare
Choose a tag to compare
Add date to log output

v1.1.3-ccap6

21 Mar 21:07
Compare
Choose a tag to compare
Force a couple of settings to true (for now)

v1.1.3-ccap5

21 Mar 18:59
Compare
Choose a tag to compare
Add console logging (if PDFJS.enableConsoleStats is true)

v1.1.3-ccap4

13 Mar 22:27
Compare
Choose a tag to compare
Fix JBIG2Globals extraction

v1.1.3-ccap3: Fix extra scrollbar on viewer

24 Feb 15:05
Compare
Choose a tag to compare
  - Set display: block on <embed> to keep the enclosing <div> from
    taking up space
  - Don't reappend listener <div>. It's already where it should be.

v1.1.3-ccap2

14 Feb 17:23
Compare
Choose a tag to compare
Fix export of NativeStreamImageDecoder