notmasteryet
|
2e1d947ec5
|
security.js -> crypto.js; add ref to the multi-page-viewer
|
14 years ago |
notmasteryet
|
c78c209eb5
|
Basic DecryptStream functionality; md5 and arcfour algorithms
|
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 |
Andreas Gal
|
1db4812c00
|
inline Encodings table into pdf.js and use getters for lazy construction
|
14 years ago |
Chris Jones
|
370303f005
|
render at 1.5x scale
|
14 years ago |
Vivien Nicolas
|
6f91d109c6
|
Rename PDFFonts.js to fonts.js
|
14 years ago |
Soumya Deb
|
2941da3a33
|
Test-page updated to allow the user open local PDFs
|
14 years ago |
Andreas Gal
|
595f00f82a
|
measure load/compile/render times
|
14 years ago |
Andreas Gal
|
cf4bca7813
|
completed async font loading framework
|
14 years ago |
Vivien Nicolas
|
78e36888fd
|
Add Encodings.js and change the code to generate a CharSet per font, this will allow future changes to the OpenType font generator
|
14 years ago |
Vivien Nicolas
|
0ebd3cdf93
|
Add support for ligatures, asterisks, etc.
|
14 years ago |
Vivien Nicolas
|
9830b09f34
|
Small changes
|
14 years ago |
Vivien Nicolas
|
066e4c45e0
|
Remove the Type2 validation data from the tree
|
14 years ago |
Vivien Nicolas
|
e0beef4e25
|
No more errors for an empty unicode table
|
14 years ago |
Vivien Nicolas
|
18b2e3c6f8
|
Add the beginning of a CFF encoder
|
14 years ago |
Chris Jones
|
78d0b3caf1
|
implement TL and T*
|
14 years ago |
Andreas Gal
|
76cb96f1cd
|
add ?file= parameter to test.html
|
14 years ago |
Vivien Nicolas
|
74abf984d5
|
Add the beginning of a Type1 to Type2 charstring converter
|
14 years ago |
Chris Jones
|
fa4c34ad06
|
support test.html?page=[num], display total number of pages
|
14 years ago |
sbarman
|
3b4d7d3e78
|
added test harness for uncompressed
|
14 years ago |
Vivien Nicolas
|
c098f0b31f
|
Fix some bugs and add the beginning of a Type2 reader
|
14 years ago |
Chris Jones
|
fadbb1b5e7
|
FlateStream wants a .dict member for duck typing
|
14 years ago |
Chris Jones
|
2f8d80677b
|
implement even-odd fill/clip
|
14 years ago |
Andreas Gal
|
b6b5c2ac49
|
fix deflate code
|
14 years ago |
Chris Jones
|
4533902953
|
skeleton of image drawing
|
14 years ago |
Chris Jones
|
ebc483a0c7
|
Font and XObject entries can be refs, and dump image magic bytes
|
14 years ago |
Vivien Nicolas
|
fe11af4b57
|
Add a the beggining of a Type1 font reader
|
14 years ago |
Vivien Nicolas
|
c76e2c5114
|
Separate js and css from the test.html file
|
14 years ago |
Chris Jones
|
53018c8e4c
|
fix next/prev/next bug, fiddle with UI, remove debugging code
|
14 years ago |
Andreas Gal
|
31f3164dc8
|
set mozOpaque
|
14 years ago |
Chris Jones
|
f80a88864b
|
basic kinda-working form xobject support
|
14 years ago |
Andreas Gal
|
a4c5b6095b
|
use defineProperty to shadow getters
|
14 years ago |
Andreas Gal
|
59326891d9
|
seperate page fetch and render times
|
14 years ago |
Andreas Gal
|
a9a16ccb8a
|
fix for new XHR2 binary API
|
14 years ago |
Chris Jones
|
76e43dd982
|
fix next/prev, small tweaks
|
14 years ago |
Andreas Gal
|
0413fb7f6c
|
0 is error for http, only MS would design this API
|
14 years ago |
Andreas Gal
|
1bf146d87b
|
support file status code
|
14 years ago |
Andreas Gal
|
61ff69625d
|
don't try to go further back than page 1
|
14 years ago |
Andreas Gal
|
d6b969cd62
|
display rendering time
|
14 years ago |
Andreas Gal
|
9521168b5c
|
remove the echo interpreter, dissolve interpreter into gfx and Page
|
14 years ago |
Andreas Gal
|
bffedbb33c
|
cache refs, not streams, in the interest of saving memory
|
14 years ago |
Andreas Gal
|
284ef90e47
|
uncompressed pdfs render a bit now
|
14 years ago |
Chris Jones
|
e655fd0adb
|
Lower the common denominator
|
14 years ago |
Chris Jones
|
7827e91566
|
Respect media box
|
14 years ago |
Chris Jones
|
68f1ca51ce
|
Basic transforms of PDF page/text space to canvas space
|
14 years ago |
Chris Jones
|
2ecb90fd45
|
Mock resource dict, look up fonts
|
14 years ago |
Chris Jones
|
a073e45eba
|
Added dumb profiling instrumentation
|
14 years ago |
Chris Jones
|
198a3f1a1b
|
Dumb text WIP, more UI for test.html
|
14 years ago |
Chris Jones
|
d2c96d420a
|
Factor out mock tests, add browser test page, initial canvas backend
|
14 years ago |