use const instead of var |
|
More...
|
about 14 years ago
|
use const instead of var |
|
More...
|
about 14 years ago
|
Merge branch 'master' of github.com:andreasgal/pdf.js |
|
More...
|
about 14 years ago
|
set mozOpaque |
|
More...
|
about 14 years ago
|
basic kinda-working form xobject support |
|
More...
|
about 14 years ago
|
add assert helpers, small cleanup |
|
More...
|
about 14 years ago
|
initial (broken) support for xobjects |
|
More...
|
about 14 years ago
|
fix a couple more shadowings |
|
More...
|
about 14 years ago
|
forgot another shadowing |
|
More...
|
about 14 years ago
|
use defineProperty to shadow getters |
|
More...
|
about 14 years ago
|
Merge branch 'master' of github.com:andreasgal/pdf.js |
|
More...
|
about 14 years ago
|
seperate page fetch and render times |
|
More...
|
about 14 years ago
|
fix typo in lexing of octal escapes |
|
More...
|
about 14 years ago
|
fix for new XHR2 binary API |
|
More...
|
about 14 years ago
|
clone stream if we got it from the cache in case its already in use |
|
More...
|
about 14 years ago
|
fix next/prev, small tweaks |
|
More...
|
about 14 years ago
|
0 is error for http, only MS would design this API |
|
More...
|
about 14 years ago
|
support file status code |
|
More...
|
about 14 years ago
|
don't try to go further back than page 1 |
|
More...
|
about 14 years ago
|
display rendering time |
|
More...
|
about 14 years ago
|
remove the echo interpreter, dissolve interpreter into gfx and Page |
|
More...
|
about 14 years ago
|
cache refs, not streams, in the interest of saving memory |
|
More...
|
about 14 years ago
|
uncompressed pdfs render a bit now |
|
More...
|
about 14 years ago
|
fix bug in string obj handling |
|
More...
|
about 14 years ago
|
parser content streams |
|
More...
|
about 14 years ago
|
fixes for the huffman decoder |
|
More...
|
about 14 years ago
|
wired up decompression, not working yet |
|
More...
|
about 14 years ago
|
parse the page tree and extract pages and their content |
|
More...
|
about 14 years ago
|
add code to access the page dictionary |
|
More...
|
about 14 years ago
|
reading the catalog, at last |
|
More...
|
about 14 years ago
|