sbarman
|
9f995645e5
|
minor fix to render page, add F command, added inhertable dictionary entries
|
14 years ago |
Andreas Gal
|
4b118d361c
|
don't die when translating fonts without a charset
|
14 years ago |
Andreas Gal
|
2069f3f241
|
style fixes and fix bug in numComps calculation (missing break)
|
14 years ago |
sbarman
|
a96c7830a3
|
removed redundant getChar
|
14 years ago |
Vivien Nicolas
|
ff6aaa02ee
|
Get rid of the TrueType class, adapt the code to conventions and new code
|
14 years ago |
notmasteryet
|
cfda084714
|
Fixes 09061a2cc4 regression, spaces, and default value for type
|
14 years ago |
sbarman
|
7a3cdcdd06
|
working implementation of png and tiff predictors
|
14 years ago |
sbarman
|
3b38313b7a
|
cleaned up code
|
14 years ago |
sbarman
|
75bffdd613
|
cleaned up code
|
14 years ago |
sbarman
|
2fbd6859f2
|
Bug fix when an array of filters is passed in
|
14 years ago |
sbarman
|
4635091c43
|
working implementation of png and tiff predictors
|
14 years ago |
Andreas Gal
|
825f9249b2
|
restore getChar in JpegStream
|
14 years ago |
Vivien Nicolas
|
81532e9c03
|
Rename s2a, s16, s32 and do some dance inside the bind() code
|
14 years ago |
Vivien Nicolas
|
69c71c9332
|
Fix some leftovers
|
14 years ago |
Vivien Nicolas
|
ab4ecdcb73
|
Merge with master
|
14 years ago |
Andreas Gal
|
a6c48e3bc2
|
cleanup DCTStream rendering code a tad
|
14 years ago |
sbarman
|
2b79f5bcb0
|
switched to using const enums
|
14 years ago |
sbarman
|
96e82daf16
|
forgot to changed to typeof b == undefined at one location
|
14 years ago |
sbarman
|
011f7129be
|
used typeof b == undefined
|
14 years ago |
sbarman
|
ac2378ce2c
|
fixed ExtraStateContext.colorSpace impl
|
14 years ago |
sbarman
|
9419a0d4b8
|
Used symbolic constants
|
14 years ago |
Vivien Nicolas
|
d7edbe28e9
|
Add a way to disable fonts that won't load
|
14 years ago |
Vivien Nicolas
|
75f0930465
|
Add more TrueType rewriting magic ('post' table)
|
14 years ago |
Andreas Gal
|
09061a2cc4
|
style fixes, we should post some sensible style guide
|
14 years ago |
notmasteryet
|
1140820118
|
Multi-color predictor; row predictor for sub and average
|
14 years ago |
notmasteryet
|
e2933b5583
|
DCTDecode; text and images vertical inversion fix
|
14 years ago |
Vivien Nicolas
|
0197697d1f
|
Add a basic embedded CMap reader
|
14 years ago |
notmasteryet
|
4452e5bd86
|
Ability to fetch ObjStm objects; fix DEFLATE stream double-eof-call issue; multi-item page content
|
14 years ago |
Vivien Nicolas
|
b3b0322446
|
Fix the encoding problem for TrueType
|
14 years ago |
sbarman
|
9d286d789e
|
cleanup
|
14 years ago |
Andreas Gal
|
b6d4de3de0
|
no need for new for typed array constructors
|
14 years ago |
Vivien Nicolas
|
bf835f7aa5
|
Really pass the sanitizer (encoding is broken)
|
14 years ago |
Chris Jones
|
92fa629d10
|
use strict mode and fix violators
|
14 years ago |
Chris Jones
|
fcbf6e61ce
|
CharSet is optional
|
14 years ago |
Vivien Nicolas
|
7e3c1340ff
|
Re-enable TrueType and add a TODO about translating the ToUnicode entry (note TrueType still fails on cmap)
|
14 years ago |
Vivien Nicolas
|
2670aa680b
|
Another undeclared variable caught by strict mode
|
14 years ago |
Vivien Nicolas
|
e62bd48a9e
|
Use strict mode for js files
|
14 years ago |
sbarman
|
ab6ff77b41
|
Fixed predictor
|
14 years ago |
Andreas Gal
|
e9980c1558
|
remove toString code to avoid any future accidental implicit conversions
|
14 years ago |
Andreas Gal
|
5517602df0
|
speedup unicode/glyph conversion and cache translated strings in the font
|
14 years ago |
Andreas Gal
|
2588eb054b
|
IsInteger => IsInt
|
14 years ago |
sbarman
|
74024df89a
|
clean up tiling
|
14 years ago |
sbarman
|
569e8c1d02
|
clean up tiling
|
14 years ago |
sbarman
|
4593fb3949
|
Cleaned up code for tiling
|
14 years ago |
Andreas Gal
|
a4e1fba9ec
|
even more error checking for font translation
|
14 years ago |
Andreas Gal
|
050acaf5e0
|
add more error checking for font translation
|
14 years ago |
sbarman
|
3da5245abf
|
Working version of predictors
|
14 years ago |
Andreas Gal
|
1db4812c00
|
inline Encodings table into pdf.js and use getters for lazy construction
|
14 years ago |
sbarman
|
ce09870e2b
|
Rearranged predictor interface
|
14 years ago |
sbarman
|
558ac50d72
|
changed skip in FlateStream to not call getChar
|
14 years ago |