Brendan Dahl
|
332ae4ce41
|
Change to the Apache v2 license.
|
13 years ago |
Yury Delendik
|
a89cb5dd7a
|
Disables symbolic encoding for non-standard fonts
|
13 years ago |
Yury Delendik
|
8aab1a7a7b
|
Fix loading of the font widths
|
13 years ago |
sbarman
|
dd14b3051e
|
Fix for issue #1796
|
13 years ago |
Brendan Dahl
|
5416b92392
|
Add todo comment.
|
13 years ago |
Yury Delendik
|
6971aec9f3
|
Adjust heuristic to properly handle unicode characters
|
13 years ago |
Yury Delendik
|
43f1946c7a
|
Add prefixes for literals
|
13 years ago |
Yury Delendik
|
ec6c185cf5
|
Allow parsing of the "glued" commands
|
13 years ago |
Brendan Dahl
|
e962d93946
|
Change to info for most gstate settings.
|
13 years ago |
Brendan Dahl
|
034583e1a1
|
Add new severity log info(). Change severity of some log messages. Trigger fallback on errors and warnings for extension.
|
13 years ago |
Dmitry Kataev
|
6acdf1791c
|
Two or more operations can be combined together like qqBT
|
13 years ago |
Brendan Dahl
|
f8ed7bb31a
|
Fix object id counter.
|
13 years ago |
Brendan Dahl
|
92e355dc35
|
Address review comments.
|
13 years ago |
Brendan Dahl
|
2db0ee6ba3
|
Add next line operators for text collection.
|
13 years ago |
Yury Delendik
|
78213e826e
|
Guessing pdf char size based on the CMap numbers
|
13 years ago |
Yury Delendik
|
cff6c8db08
|
skip cached objects and has consistent font ids
|
13 years ago |
Yury Delendik
|
6bf640260f
|
Fix jsdoc comment; remove resources dict from type3 properties
|
13 years ago |
Yury Delendik
|
42911f1fc9
|
Async getAnnotations(); hide map and xref for Dict
|
13 years ago |
Kalervo Kujala
|
99440ab691
|
Refactor class method names.
Also move functionality to more logical place in canvas.js and jpx.js.
|
13 years ago |
Brendan Dahl
|
8a45177be0
|
Make Dict handle all the fetching of Refs.
|
13 years ago |
Yury Delendik
|
0ca4ca6077
|
Improving invalid operations syntax recovery (#1466) (see also #589)
|
13 years ago |
gigaherz
|
c6d7e654ee
|
Replace variables named 'char'=>'character', 'byte'=>'octet' and field '.private'=>'.privateData'. This allows pdf.js to compile with Google's Closure Compiler.
|
13 years ago |
Brendan Dahl
|
7008d07fde
|
Fix gradients for fill and stroke.
|
13 years ago |
Brendan Dahl
|
c4c923bdcf
|
Fix string font names.
|
13 years ago |
Julian Viereck
|
7ddce7f586
|
Use singular form for charProcOperatorList - hopefully fixes breakage
|
13 years ago |
Julian Viereck
|
fd2ab059d3
|
Rename IRQueue and codeIR -> operatorList
|
13 years ago |
Julian Viereck
|
261ff39f6d
|
Remove suffix _IR
|
13 years ago |
Julian Viereck
|
1c87b63124
|
Cleanup the way getIRQueue is called (no need to pass in a queue object in most cases anymore)
|
13 years ago |
notmasteryet
|
d50773fb96
|
Fixing ToUnicode parsing; workaround for invalid UTF16 encoding
|
13 years ago |
Artur Adib
|
30a01c5da6
|
addressing reviewer comments, bug fix
|
13 years ago |
notmasteryet
|
10a0a60f8e
|
Fixing symbols encoding
|
13 years ago |
Artur Adib
|
7f3d5ae6d3
|
Fix worker message, better error handling
|
13 years ago |
Artur Adib
|
f97bc8df6f
|
Lint
|
13 years ago |
Artur Adib
|
06c4c83edf
|
Fixes #1055 by falling back to page resources
|
13 years ago |
notmasteryet
|
550819b829
|
fix serif and symbol attribute detection for standard fonts
|
13 years ago |
Brendan Dahl
|
3c2a0f11b1
|
Decode more jpegs using the browser if possible.
|
13 years ago |
Kalervo Kujala
|
13b88a07e0
|
Move initialization of uniquePrefix higher.
|
14 years ago |
Brendan Dahl
|
5cfe97611f
|
Rename some variables.
|
14 years ago |
Brendan Dahl
|
03ec82ba62
|
Fix nits.
|
14 years ago |
Brendan Dahl
|
87d72023dc
|
Scale smask and image to the max dimensions of either one. Fix grayscale to scale the input value based on bpc.
|
14 years ago |
notmasteryet
|
c85ec052b1
|
Unicode normalization; lint warnings
|
14 years ago |
Brendan Dahl
|
d76f5f6815
|
Playing with initial decode map impl.
|
14 years ago |
Brendan Dahl
|
176452c988
|
Style nits.
|
14 years ago |
Brendan Dahl
|
683f64d54f
|
Use promises to track completion of decoding.
|
14 years ago |
notmasteryet
|
94cc2cdb75
|
Char code to unicode conversion
|
14 years ago |
notmasteryet
|
3b72c6063c
|
Text char codes extraction
|
14 years ago |
Brendan Dahl
|
7d1cddf371
|
Add ability to fast track natively supported jpegs.
|
14 years ago |
Kalervo Kujala
|
1ef4c94de2
|
Name all constructors.
|
14 years ago |
Brendan Dahl
|
146cd8c861
|
Second stage, smasks now working. Still needs optimization.
|
14 years ago |
Brendan Dahl
|
2a632d4ab2
|
First stage of trying to support smasks on native jpegs.
|
14 years ago |