Commit Graph

46 Commits

Author SHA1 Message Date
Chris Jones
b82392f417 render at 1.5x scale 2011-06-17 01:19:59 -07:00
Vivien Nicolas
446e958b5d Rename PDFFonts.js to fonts.js 2011-06-17 09:11:03 +02:00
Vivien Nicolas
4710028b14 Merge with master 2011-06-17 09:06:19 +02:00
Soumya Deb
327e36b347 Test-page updated to allow the user open local PDFs 2011-06-16 12:14:02 +05:30
Andreas Gal
97bb956ac9 measure load/compile/render times 2011-06-15 00:20:26 -07:00
Andreas Gal
77bc59681e completed async font loading framework 2011-06-14 23:41:26 -07:00
Vivien Nicolas
f7e90f569c Add Encodings.js and change the code to generate a CharSet per font, this will allow future changes to the OpenType font generator 2011-06-15 05:40:54 +02:00
Vivien Nicolas
4cae2df1e5 Add support for ligatures, asterisks, etc. 2011-06-14 11:08:08 +02:00
Vivien Nicolas
3973b01ec9 Merge to upstream 2011-06-13 19:16:03 +02:00
Vivien Nicolas
9830b09f34 Small changes 2011-06-13 05:30:02 +02:00
Vivien Nicolas
066e4c45e0 Remove the Type2 validation data from the tree 2011-06-12 05:19:43 +02:00
Vivien Nicolas
e0beef4e25 No more errors for an empty unicode table 2011-06-12 00:54:47 +02:00
Vivien Nicolas
18b2e3c6f8 Add the beginning of a CFF encoder 2011-06-10 06:12:59 +02:00
Andreas Gal
76cb96f1cd add ?file= parameter to test.html 2011-06-09 18:06:01 -07:00
Vivien Nicolas
74abf984d5 Add the beginning of a Type1 to Type2 charstring converter 2011-06-10 01:20:00 +02:00
Chris Jones
fa4c34ad06 support test.html?page=[num], display total number of pages 2011-06-08 17:55:09 -07:00
Vivien Nicolas
c098f0b31f Fix some bugs and add the beginning of a Type2 reader 2011-06-08 17:26:29 +02:00
Chris Jones
fadbb1b5e7 FlateStream wants a .dict member for duck typing 2011-06-03 22:58:06 -05:00
Chris Jones
2f8d80677b implement even-odd fill/clip 2011-06-03 22:52:27 -05:00
Andreas Gal
b6b5c2ac49 fix deflate code 2011-06-03 14:22:38 -07:00
Chris Jones
4533902953 skeleton of image drawing 2011-06-02 18:27:56 -05:00
Chris Jones
ebc483a0c7 Font and XObject entries can be refs, and dump image magic bytes 2011-06-02 14:24:46 -05:00
Vivien Nicolas
fe11af4b57 Add a the beggining of a Type1 font reader 2011-05-31 20:22:05 +02:00
Vivien Nicolas
c76e2c5114 Separate js and css from the test.html file 2011-05-26 16:02:52 +02:00
Chris Jones
53018c8e4c fix next/prev/next bug, fiddle with UI, remove debugging code 2011-05-25 21:09:06 +12:00
Andreas Gal
4e57061d84 Merge branch 'master' of github.com:andreasgal/pdf.js 2011-05-21 02:34:22 +02:00
Andreas Gal
31f3164dc8 set mozOpaque 2011-05-21 02:34:05 +02:00
Chris Jones
f80a88864b basic kinda-working form xobject support 2011-05-17 14:08:05 +12:00
Andreas Gal
a4c5b6095b use defineProperty to shadow getters 2011-05-13 00:19:50 -07:00
Andreas Gal
59326891d9 seperate page fetch and render times 2011-05-12 23:35:23 -07:00
Andreas Gal
a9a16ccb8a fix for new XHR2 binary API 2011-05-12 16:58:19 -07:00
Chris Jones
76e43dd982 fix next/prev, small tweaks 2011-05-12 17:05:46 +12:00
Andreas Gal
0413fb7f6c 0 is error for http, only MS would design this API 2011-05-11 21:13:27 -07:00
Andreas Gal
1bf146d87b support file status code 2011-05-11 21:11:32 -07:00
Andreas Gal
61ff69625d don't try to go further back than page 1 2011-05-11 20:55:50 -07:00
Andreas Gal
d6b969cd62 display rendering time 2011-05-11 20:37:16 -07:00
Andreas Gal
9521168b5c remove the echo interpreter, dissolve interpreter into gfx and Page 2011-05-11 20:13:57 -07:00
Andreas Gal
bffedbb33c cache refs, not streams, in the interest of saving memory 2011-05-11 20:03:45 -07:00
Andreas Gal
284ef90e47 uncompressed pdfs render a bit now 2011-05-11 19:05:30 -07:00
Chris Jones
e655fd0adb Lower the common denominator 2011-05-06 00:42:43 -05:00
Chris Jones
7827e91566 Respect media box 2011-05-05 23:46:54 -05:00
Chris Jones
68f1ca51ce Basic transforms of PDF page/text space to canvas space 2011-05-05 22:20:07 -05:00
Chris Jones
2ecb90fd45 Mock resource dict, look up fonts 2011-05-05 12:28:37 -05:00
Chris Jones
a073e45eba Added dumb profiling instrumentation 2011-05-04 21:39:07 -05:00
Chris Jones
198a3f1a1b Dumb text WIP, more UI for test.html 2011-05-04 20:08:52 -05:00
Chris Jones
d2c96d420a Factor out mock tests, add browser test page, initial canvas backend 2011-05-04 19:32:59 -05:00