Commit Graph

1413 Commits

Author SHA1 Message Date
sbarman
870027136a Merge branch 'master' into font 2011-07-21 11:29:15 -07:00
sbarman
a821129322 Merge branch 'master' of github.com:sbarman/pdf.js
Conflicts:
	pdf.js
2011-07-21 11:27:25 -07:00
sbarman
c184ad9c40 Merge pull request #264 from vingtetun/master
canvas.pdf + sizes.pdf are readable
2011-07-21 11:21:30 -07:00
Vivien Nicolas
f5b9a9355b Get rid of the inclusion of fonts_utils 2011-07-21 20:14:50 +02:00
Vivien Nicolas
2197235470 Merge to upstream 2011-07-21 18:29:32 +02:00
sbarman
645c9acb62 fix small fonts 2011-07-21 09:20:19 -07:00
sbarman
bed8052cab Merge branch 'master' into font 2011-07-21 09:09:25 -07:00
Vivien Nicolas
1d59de6c12 Fix a > 32000 conversion error in type1 to type2 charstring 2011-07-21 11:01:38 +02:00
Andreas Gal
88b04b7687 Merge pull request #275 from notmasteryet/aes-crypto
AES 128 crypto algorithm
2011-07-20 23:36:38 -07:00
notmasteryet
e9df0bb8ca link to AESV2 encrypted file 2011-07-20 23:17:31 -05:00
notmasteryet
cecd26d56d Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into aes-crypto 2011-07-20 23:08:28 -05:00
notmasteryet
e1e735c4ff AES algorithm implementation, PDF1.5,1.6 crypto functionality 2011-07-20 23:08:08 -05:00
Andreas Gal
4281c0286e Merge pull request #273 from sbarman/fontrefactor
Remove the last pieces of the Fonts class
2011-07-20 17:56:43 -07:00
sbarman
daf4979e2f cleanup 2011-07-20 17:10:04 -07:00
sbarman
8d09c0d7a4 removed Fonts class 2011-07-20 16:42:51 -07:00
sbarman
2f30dd5174 moved width setting code 2011-07-20 15:00:16 -07:00
sbarman
8824ff9539 removed code to parse type2 ccharstrings 2011-07-20 14:43:44 -07:00
sbarman
c7aec8ac8a used width info in fontDict 2011-07-20 12:57:47 -07:00
sbarman
8763002c44 extracted filetype in pdf.js instead of fonts.js 2011-07-20 11:25:00 -07:00
Vivien Nicolas
6311977fee Merge with upstream 2011-07-20 15:18:44 +02:00
Vivien Nicolas
3cc9912acd Add a simpler path for cmap format 0 to cmap format 4 2011-07-20 14:29:07 +02:00
sbarman
37ef03d51e Merge branch 'master' into font 2011-07-19 15:09:26 -07:00
sbarman
3d24b591dc Merge pull request #227 from saebekassebil/master
CanvasGraphics.compile update
2011-07-19 14:23:25 -07:00
sbarman
b8df2eb68b cleanup 2011-07-19 11:33:54 -07:00
sbarman
173c68ef86 cleanup 2011-07-19 11:30:42 -07:00
Vivien Nicolas
4275a68e29 Filter more characters on font name 2011-07-19 16:52:29 +02:00
Vivien Nicolas
6600e747e5 Fix next line since we already invert the position of the viewport by doing a negative scale 2011-07-19 15:04:22 +02:00
Vivien Nicolas
776c10d4e6 Fix a regression on the application of the textMatrix extracted from a CFF font 2011-07-19 14:29:05 +02:00
Vivien Nicolas
913504a937 Remover leftover 2011-07-19 14:23:57 +02:00
Vivien Nicolas
c6c72291d9 Do not rasterize below 14px 2011-07-19 14:22:51 +02:00
sbarman
5f133a8c07 fixed missing entries in charstring data 2011-07-18 21:01:05 -07:00
sbarman
226f3fa3ee add correct char width 2011-07-18 15:49:32 -07:00
sbarman
77292b3a07 Merge branch 'master' into font 2011-07-18 12:22:26 -07:00
sbarman
ed42423e3b working version, spacing not working 2011-07-18 12:22:04 -07:00
sbarman
a7d6f857da working on cff fonts 2011-07-18 08:24:57 -07:00
Saebekassebil
aedd5057c4 Updated syntax 2011-07-18 15:01:12 +02:00
Vivien Nicolas
9b45870d9a Merge branch 'master' of https://github.com/andreasgal/pdf.js 2011-07-18 14:25:13 +02:00
Saebekassebil
d56cc9c5e8 Updating PartialEvaluator.eval syntax for better performance 2011-07-18 12:09:26 +02:00
Rob Sayre
0f58bf9247 Merge pull request #267 from cgjones/master
fix some random bugs
2011-07-17 12:05:13 -07:00
Chris Jones
daf23a0341 remove debugging code 2011-07-15 18:41:52 -07:00
Chris Jones
6f3fff5798 fix some bugs 2011-07-15 17:40:37 -07:00
Vivien Nicolas
42653edf9a Add support for beginfbchar 2011-07-15 19:14:07 +02:00
sbarman
0090b2e696 added support for index, dictionary in cff 2011-07-15 08:58:09 -07:00
Vivien Nicolas
aea63a7051 Fix missing sidebearings from the hmtx table (see canvas.pdf) 2011-07-15 16:22:45 +02:00
Vivien Nicolas
e2d808a60f Switch length versus offset mistake in readTableEntry 2011-07-15 16:02:32 +02:00
Vivien Nicolas
b8fc365fff Fix the ranges duplication cleanup features 2011-07-15 15:41:30 +02:00
Vivien Nicolas
10e9694135 Support font with characters below 0x20 declared in format 1 cmap and be more general about the TrueType rewritting cases 2011-07-15 14:59:34 +02:00
vivien
910d807759 Merge branch 'master' of https://github.com/andreasgal/pdf.js 2011-07-15 14:43:17 +02:00
sbarman
7ee383a7f8 added reset 2011-07-13 17:58:54 -07:00
Andreas Gal
bbc940724f Merge pull request #262 from ironymark/CIDFont
First Pass CIDFont support
2011-07-13 15:16:14 -07:00