sbarman
|
6c5448770d
|
Merge branch 'master' of github.com:andreasgal/pdf.js into streamrewrite2
|
14 years ago |
sbarman
|
74024df89a
|
clean up tiling
|
14 years ago |
sbarman
|
569e8c1d02
|
clean up tiling
|
14 years ago |
sbarman
|
2179d64593
|
Merge branch 'master' into 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 |
Andreas Gal
|
22efbb3af3
|
rename test.html to viewer.html
|
14 years ago |
Andreas Gal
|
735bfa5972
|
move cffStandardStrings into utils/ along with font_utils.js
|
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 |
Vivien Nicolas
|
9eae948c2e
|
Replace clearTimeout by clearInterval, otherwise we could end up drawing the page in an infinite loop
|
14 years ago |
Vivien Nicolas
|
21ee01eb7c
|
Fix wrong order of the 'div' command
|
14 years ago |
sbarman
|
ce09870e2b
|
Rearranged predictor interface
|
14 years ago |
sbarman
|
558ac50d72
|
changed skip in FlateStream to not call getChar
|
14 years ago |
sbarman
|
35aacef28c
|
Merge branch 'master' into streamrewrite2
|
14 years ago |
sbarman
|
70e6f493b1
|
Merge branch 'master' of github.com:andreasgal/pdf.js
|
14 years ago |
Chris Jones
|
3309bc8ceb
|
Merge pull request #18 from vingtetun/master
Do not assume charset is defined and move some fonts timing to the right place
|
14 years ago |
Vivien Nicolas
|
4bd3308b78
|
Do not assume charset is defined and move some fonts timing to the right place
|
14 years ago |
andreasgal
|
ecedfb52d5
|
Merge pull request #16 from vingtetun/master
Clean up some debug leftovers (mostly dump/logs/minor signature changes)
|
14 years ago |
sbarman
|
de184e0530
|
stored bytes in flatestream
|
14 years ago |
sbarman
|
5baaa758f1
|
Merge branch 'master' into predictor
|
14 years ago |
sbarman
|
4a5e1329c2
|
Merge branch 'master' into tiling
|
14 years ago |
sbarman
|
6ad785b188
|
Merge branch 'master' of github.com:andreasgal/pdf.js
|
14 years ago |
notmasteryet
|
a2d7c18aee
|
readXRefStream and PNG predictor 12
|
14 years ago |
Vivien Nicolas
|
172dadb008
|
Clean up some debug leftovers
|
14 years ago |
Chris Jones
|
370303f005
|
render at 1.5x scale
|
14 years ago |
Andreas Gal
|
fd269facbc
|
2nd attempt to make glyph list integers
|
14 years ago |
Andreas Gal
|
4184414501
|
revert commit 2311c954f8
|
14 years ago |
Andreas Gal
|
2311c954f8
|
store unicode value as integer instead of hex string in glyphlist
|
14 years ago |
Chris Jones
|
00bde52237
|
Merge pull request #13 from vingtetun/master
Fonts!
|
14 years ago |
Vivien Nicolas
|
6f91d109c6
|
Rename PDFFonts.js to fonts.js
|
14 years ago |
Vivien Nicolas
|
2b0fa98257
|
Merge with master
|
14 years ago |
Andreas Gal
|
1b8f0883dd
|
add blogs and twitter link
|
14 years ago |
Vivien Nicolas
|
f8696259b7
|
Fix CIMM6/CIIM9
|
14 years ago |
Vivien Nicolas
|
75baff40f4
|
Do not use stream when it is not necessary
|
14 years ago |
Vivien Nicolas
|
7ec2ea1e2f
|
Use a typed array in the CMAP construction function
|
14 years ago |
Vivien Nicolas
|
ac020e26f1
|
Add a direct translation to one of the way to format charstring number in flattenCharstring (28, x, y)
|
14 years ago |
Vivien Nicolas
|
fb9fb5e3fa
|
Get rid or IsNum/IsString/IsArray in flattenCharstring
|
14 years ago |
Chris Jones
|
7358b97eab
|
Merge pull request #14 from debloper/master
Test-page updated to allow the user open local PDFs
|
14 years ago |
Vivien Nicolas
|
bf44657825
|
Remove some leftovers from the previous patch
|
14 years ago |
Vivien Nicolas
|
40d44174cf
|
Rework some code to enhance performance (CIIM6/CIIM9 are rejected by the sanitizer now)
|
14 years ago |
sbarman
|
60989ee3b9
|
initial implementation of predictor
|
14 years ago |
sbarman
|
5ff59eadcb
|
Added comments
|
14 years ago |
sbarman
|
1e3147d0d7
|
working version of tiling
|
14 years ago |
Andreas Gal
|
3430842c4d
|
add blogs and twitter link
|
14 years ago |
Vivien Nicolas
|
f56a742056
|
Remove some debug leftovers and add some comments about future directions for the code
|
14 years ago |
Soumya Deb
|
2941da3a33
|
Test-page updated to allow the user open local PDFs
|
14 years ago |
Vivien Nicolas
|
3dbfde89a3
|
Resolve the char->glyphs mapping issue
|
14 years ago |
Vivien Nicolas
|
2e87e8ca83
|
Merge from gal's master branch (got a regression on the mapping between char->glyph)
|
14 years ago |