Commit Graph

2028 Commits

Author SHA1 Message Date
Artur Adib
3476364886 Moved helloworld/ to examples/helloworld/ 2011-09-16 08:28:42 -07:00
Artur Adib
6e29034912 Hello World example
Perhaps the simplest use of pdf.js.

See README.md in the new folder
2011-09-16 08:28:42 -07:00
notmasteryet
f57972d925 Merge branch '07254bb0a5' 2011-09-15 22:16:09 -05:00
notmasteryet
582b760a65 Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into charstoglyphs 2011-09-15 19:50:55 -05:00
notmasteryet
a0ef97fb60 Transfer defaultWidth for files without the file 2011-09-15 19:32:36 -05:00
notmasteryet
10a2fa66c2 Fixing defaultWidth; variables names 2011-09-15 19:26:32 -05:00
Chris Jones
28ea0cef7e Merge pull request #479 from arturadib/exec-flags
Removed exec flags of non-exec files (chmod -x)
2011-09-15 16:01:02 -07:00
Kalervo Kujala
07254bb0a5 Fix small lint warnings. 2011-09-15 23:32:44 +03:00
Vivien Nicolas
a217e7a121 Merge remote branch 'upstream/master' into metrics 2011-09-15 20:07:38 +02:00
Artur Adib
1a79f3fb43 Changed exec flags of non-exec files (chmod -x) 2011-09-15 09:41:52 -07:00
Chris Jones
3006c090ad Merge pull request #477 from arturadib/sanity-checks
Sanity checks
2011-09-14 21:56:34 -07:00
notmasteryet
1347db797c Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into charstoglyphs
Conflicts:
	test/test_manifest.json
2011-09-14 21:45:12 -05:00
notmasteryet
e512000877 Fixing properties.widths is null issue; fips197 test file 2011-09-14 21:29:32 -05:00
Artur Adib
151694cce1 Merge branch 'refs/heads/check-stylesheet' into continuation-check 2011-09-14 16:31:50 -07:00
Artur Adib
de253dcbe3 Check for stylesheet presence (font.js)
If doc doesn't have a stylesheet, create one.
2011-09-14 16:26:36 -07:00
Artur Adib
5587cce165 Check for continuation callback 2011-09-14 11:59:20 -07:00
Andreas Gal
4dd79a51c1 Merge pull request #474 from notmasteryet/tree-15
Fixing truncated streams with multiple filters
2011-09-13 20:15:49 -07:00
Chris Jones
78528b6d04 Merge pull request #473 from notmasteryet/tree-14
Fixing and optimizing isYcckImage()
2011-09-13 20:03:56 -07:00
notmasteryet
361d53e1a9 Fixing truncated streams with multiple filters 2011-09-13 22:03:46 -05:00
Andreas Gal
2132a2f57c Merge pull request #472 from notmasteryet/artofwar
Disable encryption when a ToUnicode stream is used in a font
2011-09-13 19:36:55 -07:00
notmasteryet
4e1a5296d2 Fixing and optimizing isYcckImage() 2011-09-13 20:24:24 -05:00
notmasteryet
a78704567c Merge pull request #471 from kkujala/master
Use values instead of undefined in array initializations.
2011-09-13 17:57:30 -07:00
notmasteryet
94da20d776 Disable encryption when a ToUnicode stream is used in a font 2011-09-13 19:23:49 -05:00
Kalervo Kujala
7a421794a2 Use zeroes in PDFStringTranslateTable array instead of undefined. 2011-09-13 20:56:59 +03:00
Kalervo Kujala
9857287806 Use empty strings in zaph dingbats shadow encodings array instead of undefined. 2011-09-13 20:52:05 +03:00
Kalervo Kujala
67e264e579 Use empty strings in symbols shadow encodings array instead of undefined. 2011-09-13 20:47:13 +03:00
Kalervo Kujala
2b4e722a1c Use empty strings in win ansi shadow encodings array instead of undefined. 2011-09-13 20:42:31 +03:00
Kalervo Kujala
7a1c02bc9e Use empty strings in standard shadow encodings array instead of undefined. 2011-09-13 20:30:41 +03:00
Kalervo Kujala
68ceff4081 Use empty strings in mac roman shadow encodings array instead of undefined. 2011-09-13 20:17:05 +03:00
Kalervo Kujala
1d91f595d8 Merge remote-tracking branch 'upstream/master' 2011-09-13 20:08:42 +03:00
notmasteryet
40e0cb40a6 Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into charstoglyphs
Conflicts:
	fonts.js
2011-09-12 18:14:18 -05:00
notmasteryet
3ea4e25fb3 Merge pull request #470 from kkujala/master
Small fixes for comments and lint
2011-09-12 16:11:25 -07:00
Kalervo Kujala
9256a62304 Use empty strings in mac shadow encodings array instead of undefined. 2011-09-12 22:04:43 +03:00
Kalervo Kujala
30b8d1dd08 Use empty strings in shadow encodings array instead of undefined. 2011-09-12 21:05:52 +03:00
Kalervo Kujala
b5412c13d8 Fix gjslint warnings. 2011-09-12 20:42:55 +03:00
Kalervo Kujala
8e5a8fb49f Fix Mode comment lines. 2011-09-12 20:37:33 +03:00
Vivien Nicolas
538d26521d Basic support for the embedded font file of CIDFontType0 2011-09-12 18:32:46 +02:00
Chris Jones
5692dda43f Merge pull request #469 from kkujala/master
fix jslint warnings in fonts.js
2011-09-11 23:27:10 -07:00
notmasteryet
f16a90bcad Merge pull request #468 from kkujala/master
fix jslint warnings
2011-09-11 13:32:48 -07:00
Kalervo Kujala
0dc0dd4c97 fix jslint warnings in fonts.js 2011-09-11 23:04:17 +03:00
Kalervo Kujala
07662cf035 fix jslint warnings
jslint revealed unused and misspelled variable names. Also some code was
refactored to be more simple.
2011-09-11 22:54:00 +03:00
notmasteryet
b5b0357dca Remove extra space 2011-09-11 13:37:13 -05:00
notmasteryet
eaa5b8dab3 Pruning unreachable code; misc font fixes 2011-09-11 13:32:08 -05:00
Vivien Nicolas
95ca8ede85 Add support for Type1C advanced charsets 2011-09-11 17:38:02 +02:00
Vivien Nicolas
ae0f5e6274 Fix a regression caused by the last patch to resolve the 'dotsection' issue 2011-09-11 16:14:28 +02:00
Vivien Nicolas
a7332d178a Fix a small error in font encoding 2011-09-11 15:32:32 +02:00
Vivien Nicolas
bcd8619414 Prevent the deprecated 'dotsection' command in Type1C to hit the sanitizer 2011-09-11 15:23:35 +02:00
notmasteryet
faf8b8ac0b Refactoring charsToUnicode into charsToGlyphs 2011-09-10 20:21:20 -05:00
notmasteryet
beea86db31 Merge pull request #464 from notmasteryet/4e21e417cdf56a1ba43475510284b3399c4f7b52
Fix test_slave.html for #458
2011-09-10 17:35:01 -07:00
notmasteryet
e523e4dc56 Merge pull request #458 from vingtetun/metrics
Fix for issue #441, #412, #379
2011-09-10 17:27:20 -07:00