637 Commits

Author SHA1 Message Date
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
sbarman
8d09c0d7a4 removed Fonts class 2011-07-20 16:42:51 -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
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
c6c72291d9 Do not rasterize below 14px 2011-07-19 14:22:51 +02:00
sbarman
77292b3a07 Merge branch 'master' into font 2011-07-18 12:22:26 -07:00
sbarman
0c71f3a10b Merge branch 'master' of github.com:andreasgal/pdf.js into patternfix 2011-07-18 09:18:38 -07:00
sbarman
636b1105b0 cleanup 2011-07-18 09:13:02 -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
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
sbarman
2098d840da fix to dummyshading 2011-07-15 12:06:38 -07:00
sbarman
5f4b84146f fix to Util.getCssCmyk 2011-07-15 12:05:14 -07:00
sbarman
c438a8748a fix type 2011-07-15 11:41:39 -07:00
sbarman
dd1d90213b cleanup 2011-07-15 11:18:37 -07:00
Vivien Nicolas
42653edf9a Add support for beginfbchar 2011-07-15 19:14:07 +02:00
sbarman
faa6875b80 cleanup, add support for stroking 2011-07-15 09:48:40 -07:00
sbarman
dc77e076c2 Fixed tiling patterns 2011-07-14 11:50:27 -07:00
sbarman
9dcac17a3e patterns working 2011-07-14 10:59:12 -07:00
sbarman
7ee383a7f8 added reset 2011-07-13 17:58:54 -07:00
sbarman
7986c35213 fixed gradients, need to work on tiling 2011-07-13 15:43:09 -07:00
sbarman
01d5e5579c Changed linear gradients 2011-07-13 11:55:54 -07:00
sbarman
da845ec5e6 git radial gradients working 2011-07-13 11:41:04 -07:00
Adil Allawi
06986bb15f nits, picked 2011-07-13 17:46:48 +01:00
Adil Allawi
36763e8e82 Fully support truetype composite fonts, clean up 2011-07-13 09:31:34 +01:00
Adil Allawi
5fb0e66e62 Merge remote-tracking branch 'upstream/master' into CIDFont 2011-07-12 04:01:48 +01:00
Adil Allawi
6b6e97dff6 cleanup, added new flag to the font properties called compositeFont. If true, the encoding and ShowText strings must be multi-byte 2011-07-12 03:58:09 +01:00
sbarman
82f40dd2e5 cleanup 2011-07-11 16:44:58 -07:00
sbarman
dc913b989d interpolated functions 2011-07-11 14:09:16 -07:00
sbarman
e95512e7cf cleanup 2011-07-11 13:14:47 -07:00
sbarman
6f74406a2c added missing restore 2011-07-11 10:29:22 -07:00
sbarman
53511decbb cleanup 2011-07-11 09:54:02 -07:00
Adil Allawi
7b8542c6a7 Second pass CIDFont support - make Arial Unicode in OpenOffice PDF
- supports PDF fonts with CIDtoGIDMap and no cmap
2011-07-11 17:41:55 +01:00
Adil Allawi
b17a666343 First pass CIDFont - stop CID fonts breaking PDF rendering 2011-07-11 17:41:55 +01:00
sbarman
4861a9175d Merge branch 'master' into shading
Conflicts:
	pdf.js
2011-07-11 09:25:22 -07:00
sbarman
07f8145165 cleanup 2011-07-11 09:23:30 -07:00
Chris Jones
452ba3d85b #123, part 2: move more PDF-page rendering stuff into pdf.js 2011-07-10 23:21:13 -07:00
Andreas Gal
47c29974c4 Merge pull request #241 from cgjones/workers
#123, part 1: create PartialEvaluator
2011-07-10 15:02:46 -07:00
notmasteryet
f541c4cd37 Removing const and extending shadow() arguments 2011-07-10 13:48:05 -05:00
Andreas Gal
77fe66d64f Merge pull request #239 from cgjones/issue-236
return a dummy fill style for NYI shading
2011-07-10 00:28:01 -07:00
Chris Jones
03212b3cc0 set up dummy functions for NYIs 2011-07-09 23:38:04 -07:00