Artur Adib
|
83854a085c
|
Implemented getPdf(). Closes #516
Conflicts:
examples/helloworld/hello.js
|
14 years ago |
Andreas Gal
|
6ae80b5e78
|
Merge pull request #534 from kkujala/master
Fix lint warnings in hello.js.
|
14 years ago |
Artur Adib
|
60421517da
|
Merge pull request #533 from arturadib/hello-world-fix
Fixed Hello World example: PDFDoc(raw_data)
|
14 years ago |
Kalervo Kujala
|
d4723cf1cf
|
Fix lint warnings in hello.js.
Also split the long lines in README.
|
14 years ago |
Artur Adib
|
125c1fe473
|
Fixed Hello World example: PDFDoc(raw_data)
As per #532
|
14 years ago |
vingtetun
|
65cad1caf8
|
Merge pull request #532 from kkujala/master
Use data directly in PDFDoc.
|
14 years ago |
Kalervo Kujala
|
2094c29169
|
Use data directly in PDFDoc.
And create the Stream inside the PDFDoc constructor for a cleaner interface.
Also encapsulate unnecessary details from the user.
|
14 years ago |
Andreas Gal
|
7c7fb4bcee
|
Merge pull request #527 from sbarman/predictor
Fix predictor stream
|
14 years ago |
Andreas Gal
|
3745ce9480
|
Merge pull request #520 from notmasteryet/invalidpdf-1
Recovering from the invalid PDF
|
14 years ago |
Andreas Gal
|
805fa3b291
|
Merge pull request #531 from kkujala/master
Use lowercase properly in function names.
|
14 years ago |
Kalervo Kujala
|
9b14e80fd5
|
Use lowercase properly in function names.
|
14 years ago |
Andreas Gal
|
b4b18c04c7
|
Merge pull request #530 from kkujala/master
Remove else after return in parserGetObj.
|
14 years ago |
Kalervo Kujala
|
b88c42699e
|
Merge remote-tracking branch 'upstream/master'
|
14 years ago |
sbarman
|
16c0e0410c
|
Merge branch 'master' of github.com:andreasgal/pdf.js into predictor
|
14 years ago |
sbarman
|
c4699a46da
|
fix bugs with predictors, png predictor type 0 and 5 (ie noop and paeth)
|
14 years ago |
notmasteryet
|
8b048a6d3c
|
Merge pull request #526 from jviereck/docs
Add some more docs to the Readme.md
|
14 years ago |
Julian Viereck
|
4d7ddefc4f
|
Add some external files for reading to the Readme.md
|
14 years ago |
Julian Viereck
|
9aee0a2ad3
|
Move Contributing section one level up and add a you can just do tests section
|
14 years ago |
Julian Viereck
|
7789af2f38
|
Add GettingTheCode section to Readme.md
|
14 years ago |
Andreas Gal
|
9e19966a83
|
Merge pull request #524 from notmasteryet/tree-25
Changing the calculateMD5 function name (ref #523)
|
14 years ago |
notmasteryet
|
39ba5324a7
|
Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into invalidpdf-1
Conflicts:
test/test_manifest.json
|
14 years ago |
notmasteryet
|
91a5f73708
|
Implement "skipPages" feature for reftests
|
14 years ago |
notmasteryet
|
c20b981f06
|
Changing the calculateMD5 function name (ref #523)
|
14 years ago |
Julian Viereck
|
b82065ec4b
|
Merge pull request #521 from notmasteryet/tree-24
Fix mediaBox check (regr. of #519)
|
14 years ago |
notmasteryet
|
2ad3a8bd1c
|
Fix mediaBox check (regr. of #519)
|
14 years ago |
notmasteryet
|
eca6c82bbc
|
Pattern match optimization
|
14 years ago |
notmasteryet
|
502f7cb81b
|
Recovering from misplaced/bad XRef
|
14 years ago |
Chris Jones
|
5f83273e44
|
Merge pull request #518 from brendandahl/extgstate
Adds support for all the basic graphics state operators
|
14 years ago |
=
|
8006faf74e
|
update to master
|
14 years ago |
Chris Jones
|
d2a00a4c7b
|
Merge pull request #519 from notmasteryet/default-mediabox
Reset invalid media box to letter size.
|
14 years ago |
Chris Jones
|
54e69d59bf
|
Merge pull request #517 from kkujala/master
Name anonymous functions for debugging purposes.
|
14 years ago |
Chris Jones
|
36922d275a
|
Merge pull request #514 from notmasteryet/test-cleanup
Removing introduced by the test run DOM elements
|
14 years ago |
notmasteryet
|
ced260c2ff
|
Reset invalid media box to letter size.
|
14 years ago |
=
|
630c98052e
|
Adds support for all the basic graphic state operators
|
14 years ago |
Kalervo Kujala
|
016c6e2634
|
Remove else after return in parserGetObj.
|
14 years ago |
Kalervo Kujala
|
335e86359d
|
Name anonymous functions for debugging purposes.
It also makes profiling more convenient.
|
14 years ago |
Kalervo Kujala
|
481f242b5a
|
Fix lint warnings.
|
14 years ago |
Kalervo Kujala
|
5ce5ca03d3
|
Name anonymous functions for debugging purposes.
It also makes profiling more convenient.
|
14 years ago |
Kalervo Kujala
|
0d5efbe9fe
|
Name anonymous functions for debugging purposes.
It also makes profiling more convenient.
|
14 years ago |
Kalervo Kujala
|
2d03f93fed
|
Name anonymous functions for debugging purposes.
It also makes profiling more convenient.
|
14 years ago |
notmasteryet
|
ba74e56c35
|
Using !== for objects comparison
|
14 years ago |
notmasteryet
|
f3e4cf20cc
|
intermediate variable for document.body
|
14 years ago |
vingtetun
|
b8c7030309
|
Merge pull request #515 from notmasteryet/tree-23
Fixing hyperlinks (regr. #509)
|
14 years ago |
notmasteryet
|
7fd6283d6f
|
Fixing hyperlinks (regr. #509)
|
14 years ago |
notmasteryet
|
107576d634
|
Removing introduced by the test run DOM elements
|
14 years ago |
Andreas Gal
|
8c7934e59d
|
Merge pull request #509 from vingtetun/master
Support CropBox (see PDFReference page 145)
|
14 years ago |
Andreas Gal
|
e96e9a14bb
|
Merge pull request #512 from kkujala/master
Make showText and showSpacedText slightly faster.
|
14 years ago |
Andreas Gal
|
f57d679ca7
|
Merge pull request #513 from brendandahl/derefcolorspacename
Dereference dictionary for colorspace linked by name
|
14 years ago |
=
|
8072052fb1
|
Handle references for color space names that are defined in a dictionary
|
14 years ago |
Kalervo Kujala
|
5c772329d8
|
Make showText and showSpacedText slightly faster.
|
14 years ago |