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
Yury Delendik
1f232ded90
Stops objects indexing at the end
12 years ago
Brendan Dahl
60586e3101
Ensure there's data to build path.
12 years ago
Brendan Dahl
feafb394d6
Use text widget annotation appearance stream if it is available.
12 years ago
Brendan Dahl
db591769a4
Fix handling of multiply-encoded glyphs.
12 years ago
Brendan Dahl
bb2529de03
Move the creation of canvas path fonts to the worker.
12 years ago
Yury Delendik
3f530c43a9
Specifies default workerSrc (if possible)
12 years ago
Yury Delendik
ba23a9e8f9
Adds initial telemetry probes
12 years ago
Yury Delendik
b8143b394c
Reduce max size for pattern and limit group canvases
12 years ago
Jonas
628f4aaf81
Enable loading of PDFs with undefined or missing stream lengths
12 years ago
Yury Delendik
cb59b31927
IE9 does not need onreadystatechange
12 years ago
Brendan Dahl
5ecce4996b
Split files into worker and main thread pieces.
12 years ago
Tim van der Meij
b2b922b866
Support for CMap GBKp-EUC-H
12 years ago
Tim van der Meij
75035a2970
Named actions implementation
12 years ago
Jonas
d90ad429f6
Enable loading of PDFs with invalid document information dictionaries
12 years ago
Brendan Dahl
5afef1874c
Fix destroy logic for when there are multiple render requests.
12 years ago
Brendan Dahl
97a40252dc
Dump the stack with unhandled rejections.
12 years ago
Brendan Dahl
d85e38d629
Fix intermittent blank page on fast zoom.
12 years ago
Jonas
688cea0758
Prevent link borders from being drawn if their width is undefined
12 years ago
fkaelberer
0c10b76aa3
Faster JBIG2 decoding for Firefox
12 years ago
Brendan Dahl
efa8f561a5
Move chars to glyphs conversion to the worker.
12 years ago
Brendan Dahl
bf72bc94e2
Incrementally render by sending the operator list by chunks as they're ready.
12 years ago
Yury Delendik
41c7c6f351
Fixing CFF checksum for test font
12 years ago
Brendan Dahl
55d6ede1da
Create only one instance of each device colorspace.
12 years ago
Yury Delendik
34177b01a4
Fixes glyph 0 in CIDTypeFont2
12 years ago
Brendan Dahl
2aecbe874e
Paint patterns relative to content base transformation.
12 years ago