Skip to content

Releases: ccap/pdf.js

v1.1.3-ccap10

22 Jun 21:24

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

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

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

Choose a tag to compare

Add date to log output

v1.1.3-ccap6

21 Mar 21:07

Choose a tag to compare

Force a couple of settings to true (for now)

v1.1.3-ccap5

21 Mar 18:59

Choose a tag to compare

Add console logging (if PDFJS.enableConsoleStats is true)

v1.1.3-ccap4

13 Mar 22:27

Choose a tag to compare

Fix JBIG2Globals extraction

v1.1.3-ccap3: Fix extra scrollbar on viewer

24 Feb 15:05

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

Choose a tag to compare

Fix export of NativeStreamImageDecoder