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
Srishti
6c3e5e5d92
Fixing the offset of vertical CJK text
12 years ago
Brendan Dahl
f04dbcaf2e
Use dummy font for testing when pdf fonts are loaded.
12 years ago
Yury Delendik
28778e6c1b
Rejects incorrect url in download manager
12 years ago
Yury Delendik
8ee9db45ef
Fixes ASCIIHex decoding
12 years ago
Brendan Dahl
bcc085ec52
Limit image size to 1024*1024 for b2g.
12 years ago
Rob Wu
cc04cf5d1f
Configurable IMAGE_DIR for annotations
...
The Chrome extension activates PDF.js by inserting the script tags
in a document whose URL and location origin is identical to the PDF
file.
Because of this, the path './images/' was resolved relatively to the
location of the PDF file instead of the extension.
To fix this, the IMAGE_DIR constant is moved outside the local scope,
to allow extensions/chrome/insertviewer.js to override the value.
Originally, the IMAGE_DIR variable was a global variable, but commit
f8f4b3f45d
moved the global variable
to the local scope, causing the extension to malfunction.
Impact: low, the only consequence is that some rarely used images
were not visible.
Trivial test:
At the center of page 2, the annotation icon
(images/annotation-comment.svg) should be visible:
http://linorg.usp.br/CTAN/macros/latex/contrib/pdfcomment/doc/pdfcomment.pdf
12 years ago
Yury Delendik
19e8f2f059
lookChar refactoring
12 years ago
Brendan Dahl
09aafa830b
Remove caching of stream data and fix object loader for streams.
12 years ago
Yury Delendik
419bee1314
Takes SMask's preblending in account
12 years ago
Yury Delendik
5e5b66f688
Removes browser decoding optimization for JPEG CMYK
12 years ago
Yury Delendik
3461d02d05
Enforces trailing spaces
12 years ago
Yury Delendik
121c183db1
Fail if other font types are found
12 years ago
Yury Delendik
6dc4b10b40
Implements reparing of CFF table
12 years ago
Srishti
21a8d62624
Fixes Text rotation issue #2095
12 years ago
Brendan Dahl
6d34d422ae
Fix notdef typo.
12 years ago