Releases: ccap/pdf.js
Releases · ccap/pdf.js
v1.1.3-ccap10
Test native decoding of masks and soft masks separately
v1.1.3-ccap9: Fix fallback to JavaScript image decoder
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
fontsToLoad is always an empty array, Promise.all should wait for fontLoadPromises instead of fontsToLoad.
v1.1.3-ccap7
Add date to log output
v1.1.3-ccap6
Force a couple of settings to true (for now)
v1.1.3-ccap5
Add console logging (if PDFJS.enableConsoleStats is true)
v1.1.3-ccap4
Fix JBIG2Globals extraction
v1.1.3-ccap3: Fix extra scrollbar on viewer
- 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
Fix export of NativeStreamImageDecoder