Michał Gołębiowski
ba2bbf0677
Correct a typo in `getJavaScript` function expression name.
12 years ago
Hengjie
b96811df25
Fix Blob creation in Safari 7.0.
...
It should be !== ‘undefined’ to avoid matching everything that Blob can be a type of
12 years ago
Yury Delendik
90956ce3e0
Takes chunk id == 0 into account during grouping
12 years ago
Yury Delendik
98ebf57144
Index objects if Prev xref was not found
12 years ago
Yury Delendik
4966bf3fc8
Limits U and O entries size
12 years ago
Brendan Dahl
a4f329aa38
Combine if/else block with switch for getOperatorList.
12 years ago
Brendan Dahl
7563a9dfa0
Update docs on the workerSrc setting.
12 years ago
Brendan Dahl
0385131a9a
Leave initial request open until the viewer is ready to switch to range requests.
12 years ago
Yury Delendik
e712c4136a
Cleaning up fonts when viewer is idle for some time
12 years ago
Yury Delendik
2b63cd7e62
Allocates bigger hashData buffer
12 years ago
Benjamin Flesch
d0ae79c994
Fixed Typo
12 years ago
Jonas Jenwald
564ae6e4f7
Prevent updating the current transformation matrix when the stateStack is empty
12 years ago
Yury Delendik
d72c94f4a3
Comment fix: shedule -> schedule
12 years ago
Yury Delendik
c8af2565f1
Uses blob URL instead of data when possible
12 years ago
Yury Delendik
4ce6cb8b0f
Uses postMessage transfers
12 years ago
Yury Delendik
9a633f26a0
Fixes gidStart for CID fonts
12 years ago
Brendan Dahl
c2d65fc4ab
Don't traverse all pages to get a single page.
12 years ago
Brendan Dahl
3ac89aacd2
Remove slow commands check.
12 years ago
Yury Delendik
82a9a13e5f
Fixes glyphs with invalid flags
12 years ago
Brendan Dahl
f4942b11f8
Reduce the memory usage of the operator list.
12 years ago
Yury Delendik
57e2a667ee
Fixes cvt table length; removes cvt when hints invalid
12 years ago
Sriram
8dad6d6e8a
Fix word spacing in Type 0 fonts
...
Fix word spacing in Type 0 font
correct word spacing
correct word spacing in type 0 font
fix word spacing
12 years ago
Jonas Jenwald
4ae3802484
Fix undefined group bounding box
12 years ago
Yury Delendik
175341cb0d
Resizes loca table when needed
12 years ago
Yury Delendik
cf55d69c38
Fixes invalid maxZones value
12 years ago
Yury Delendik
93076ced03
Ignoring glyphs without points
12 years ago
Yury Delendik
bbda42110b
Skipping empty font tables
12 years ago
Yury Delendik
bb2570c9c1
Removes duplicate entries after reading cmap table
12 years ago
Yury Delendik
cd44093891
Workaround for some bad Type1 data
12 years ago
Yury Delendik
95d9107d8b
Fixes reading Type1 FontBBox data for usWin values
12 years ago
Yury Delendik
104d89856d
Renames Symbol encoding name.
12 years ago
Yury Delendik
83e17c2953
Avoiding 'pc is undefined' failures
12 years ago
Tim van der Meij
4fe1e41c35
Minor nit fixes for api.js
12 years ago
fkaelberer
f6841d1720
extract code to own method for faster JPX decoding
12 years ago
Jonas Jenwald
fb52144cfb
Enable links beginning with 'www.' even if no protocol is specified
12 years ago
Brendan Dahl
7ebec6c5a4
Add missing jsdocs for PDFJS globals.
12 years ago
Kalervo Kujala
a5bf02573d
Implement initial CalGray support
...
Gamma and Whitepoint are supported in this patch for CalGray.
Blackpoint is not supported.
12 years ago
Brendan Dahl
29b89f1f1e
Intersect group bounding box with the current canvas dimensions.
12 years ago
Jakob Miland
c341dd57e5
Simplify get fingerprint() method
12 years ago
Jon Ribbens
3ddb1720d9
Fix bug in api.js whereby fake workers didn't load the worker code
...
PDFJS does not work on Windows Safari, due to the lack of support for workers passing typed arrays. At some point, the code to set up the fake worker so that things work on Safari seems to have become broken and nobody noticed - it was just calling setupFakeWorker() without actually calling loadFakeWorkerFiles(). With this patch, the PDFJS works again on Windows Safari.
12 years ago
Brendan Dahl
f79c182314
Proper glyph selection for CIDFontType0C fonts.
12 years ago
Sriram
f6eee819e2
Transposed feature for text decoding in jbig2
12 years ago
biggert
fb957f5c6e
Prevent undefined error on null object when calling .destroy on a
...
document initialized with LocalPdfManager.
Per @brendandahl's recommendation, moved the terminate function out of worker
and into the PdfManager
12 years ago
Brendan Dahl
f32e65b19f
Read multi-byte character codes based on codespace ranges.
12 years ago
Manas
de179e3d9b
Trying to fix #3611
12 years ago
Srishti
3808d02a53
implementing transform matrix to getTextContent
12 years ago
Mitar
940c77f6c9
instanceof HTMLElement does not work in jsdom node.js module.
12 years ago
Tim van der Meij
48a24a48c1
Fixing annotation icon issues
12 years ago
Tim van der Meij
14912b5a03
Annotation selection
12 years ago
biggert
88f1506ef8
Added support for JBIG2 extension segment
12 years ago