Commit Graph

2164 Commits

Author SHA1 Message Date
notmasteryet
6403c91cbb Fixes the special char codes... and unpack fix 2011-09-28 21:34:24 -05:00
notmasteryet
ab391c318d Moving CID-0 encoding hack to fonts.js 2011-09-28 21:19:49 -05:00
notmasteryet
078433fecd Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into cid0
Conflicts:
	pdf.js
2011-09-28 20:55:06 -05:00
notmasteryet
f1fc5ab84d Merge pull request #555 from kkujala/master
Use lowercase in function names.
2011-09-28 18:41:14 -07:00
notmasteryet
66cd79f308 Initial CID0 font encodings 2011-09-28 19:54:40 -05:00
Chris Jones
0ca97fd22b Merge pull request #552 from kkujala/master
Align CCITTFaxStream array comments.
2011-09-28 13:54:07 -07:00
Chris Jones
67652a3efd Merge pull request #548 from vingtetun/master
Let the firefox extension use the loading indicator mechanism
2011-09-28 13:51:51 -07:00
Kalervo Kujala
800fc131b8 Use lowercase in function names.
This alleviates the confusion which functions can be instantiated with new.
2011-09-28 22:00:12 +03:00
Kalervo Kujala
cc5fbab7f9 Merge remote-tracking branch 'upstream/master' 2011-09-28 21:06:07 +03:00
Vivien Nicolas
132ee01bc0 Merge with upstream 2011-09-28 13:21:07 +02:00
Vivien Nicolas
556727f2f5 Firefox extension now use the default loading indicator 2011-09-28 12:53:53 +02:00
Chris Jones
575e0b9f89 Merge pull request #546 from kkujala/master
Add examples and extensions to lint.
2011-09-27 14:21:43 -07:00
Kalervo Kujala
2759da92d2 Align CCITTFaxStream array comments. 2011-09-27 22:44:56 +03:00
Kalervo Kujala
118503be86 Merge remote-tracking branch 'upstream/master' 2011-09-27 22:40:19 +03:00
Chris Jones
6ba8dc7dcb Merge pull request #545 from kkujala/master
Fix lint warnings.
2011-09-27 12:22:52 -07:00
Kalervo Kujala
24d642a3cf Add examples and extensions to lint. 2011-09-27 22:20:58 +03:00
Kalervo Kujala
753bfcf7c7 Fix lint warnings. 2011-09-27 22:15:06 +03:00
Chris Jones
a6c3a46ab4 Merge pull request #544 from kkujala/master
Fix lint warnings.
2011-09-27 11:52:01 -07:00
Kalervo Kujala
de408dac70 Fix lint warnings.
And name anonymous functions.
2011-09-27 21:43:48 +03:00
Chris Jones
73e41cba94 Merge pull request #542 from arturadib/pdfdoc-arg
PDFDoc() now detects argument type
2011-09-27 11:26:24 -07:00
Chris Jones
a968187833 Merge pull request #541 from arturadib/getpdf
Implemented getPdf(). Closes #516
2011-09-27 10:52:04 -07:00
Artur Adib
83854a085c Implemented getPdf(). Closes #516
Conflicts:

	examples/helloworld/hello.js
2011-09-27 13:30:47 -04:00
Artur Adib
a4a8126a40 PDFDoc() now detects argument type 2011-09-27 13:17:05 -04:00
notmasteryet
2d3e8bbb4c Better 'EI' matching (ref #536) 2011-09-26 21:17:16 -05:00
Andreas Gal
6ae80b5e78 Merge pull request #534 from kkujala/master
Fix lint warnings in hello.js.
2011-09-26 14:50:05 -07:00
Artur Adib
60421517da Merge pull request #533 from arturadib/hello-world-fix
Fixed Hello World example: PDFDoc(raw_data)
2011-09-26 14:25:19 -07:00
Kalervo Kujala
d4723cf1cf Fix lint warnings in hello.js.
Also split the long lines in README.
2011-09-26 23:28:16 +03:00
Artur Adib
125c1fe473 Fixed Hello World example: PDFDoc(raw_data)
As per #532
2011-09-26 14:40:32 -04:00
vingtetun
65cad1caf8 Merge pull request #532 from kkujala/master
Use data directly in PDFDoc.
2011-09-26 11:14:11 -07:00
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.
2011-09-26 20:58:18 +03:00
Andreas Gal
7c7fb4bcee Merge pull request #527 from sbarman/predictor
Fix predictor stream
2011-09-26 10:40:50 -07:00
Andreas Gal
3745ce9480 Merge pull request #520 from notmasteryet/invalidpdf-1
Recovering from the invalid PDF
2011-09-26 10:40:19 -07:00
Andreas Gal
805fa3b291 Merge pull request #531 from kkujala/master
Use lowercase properly in function names.
2011-09-26 10:38:32 -07:00
Kalervo Kujala
9b14e80fd5 Use lowercase properly in function names. 2011-09-26 20:30:05 +03:00
Andreas Gal
b4b18c04c7 Merge pull request #530 from kkujala/master
Remove else after return in parserGetObj.
2011-09-26 10:16:11 -07:00
Kalervo Kujala
b88c42699e Merge remote-tracking branch 'upstream/master' 2011-09-26 20:04:42 +03:00
sbarman
16c0e0410c Merge branch 'master' of github.com:andreasgal/pdf.js into predictor 2011-09-25 16:27:15 -07:00
sbarman
c4699a46da fix bugs with predictors, png predictor type 0 and 5 (ie noop and paeth) 2011-09-25 16:27:06 -07:00
notmasteryet
8b048a6d3c Merge pull request #526 from jviereck/docs
Add some more docs to the Readme.md
2011-09-25 10:12:39 -07:00
Julian Viereck
4d7ddefc4f Add some external files for reading to the Readme.md 2011-09-25 16:04:23 +02:00
Julian Viereck
9aee0a2ad3 Move Contributing section one level up and add a you can just do tests section 2011-09-25 16:04:23 +02:00
Julian Viereck
7789af2f38 Add GettingTheCode section to Readme.md 2011-09-25 16:04:23 +02:00
Andreas Gal
9e19966a83 Merge pull request #524 from notmasteryet/tree-25
Changing the calculateMD5 function name (ref #523)
2011-09-24 12:46:15 -07:00
notmasteryet
39ba5324a7 Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into invalidpdf-1
Conflicts:
	test/test_manifest.json
2011-09-24 09:57:59 -05:00
notmasteryet
91a5f73708 Implement "skipPages" feature for reftests 2011-09-24 09:44:50 -05:00
notmasteryet
c20b981f06 Changing the calculateMD5 function name (ref #523) 2011-09-24 09:14:44 -05:00
Julian Viereck
b82065ec4b Merge pull request #521 from notmasteryet/tree-24
Fix mediaBox check (regr. of #519)
2011-09-24 02:35:51 -07:00
notmasteryet
2ad3a8bd1c Fix mediaBox check (regr. of #519) 2011-09-23 21:29:01 -05:00
notmasteryet
eca6c82bbc Pattern match optimization 2011-09-23 20:59:07 -05:00
notmasteryet
502f7cb81b Recovering from misplaced/bad XRef 2011-09-23 20:50:21 -05:00