Commit Graph

  • 066e4c45e0 Remove the Type2 validation data from the tree Vivien Nicolas 2011-06-12 05:19:43 +02:00
  • 632fcfed18 Turn on TrueType decoder even if the sanitizer prevent them to load at the moment Vivien Nicolas 2011-06-12 03:10:54 +02:00
  • 828367a1b4 Make the Type1 to OTF code active, even if the sanitizer prevent fonts to load at the moment Vivien Nicolas 2011-06-12 03:00:45 +02:00
  • fdacb575c5 Default the unit per EM size to 1000 Vivien Nicolas 2011-06-12 01:56:21 +02:00
  • ce9224538e Fix a bunch of errors reported by OTS except the error about 3-0-4 MS symbol in cmap Vivien Nicolas 2011-06-12 01:51:27 +02:00
  • e0beef4e25 No more errors for an empty unicode table Vivien Nicolas 2011-06-12 00:54:47 +02:00
  • 667acb089c OTF does not complain anymore about missize between the CFF data and the htmx table Vivien Nicolas 2011-06-11 22:36:18 +02:00
  • 1c30621906 OTF does not complain anymore about a duplicate .notdef Vivien Nicolas 2011-06-11 22:08:30 +02:00
  • 865b393367 Add a basic non-working OTF generator Vivien Nicolas 2011-06-11 03:25:58 +02:00
  • d1cd02f0a7 Merge branch 'master' of github.com:andreasgal/pdf.js Chris Jones 2011-06-10 12:17:00 -07:00
  • 58cb3e76b2 Merge branch 'master' of github.com:andreasgal/pdf.js Chris Jones 2011-06-10 12:17:00 -07:00
  • a5731ddc47 skeleton of shading fill Chris Jones 2011-06-10 12:16:45 -07:00
  • a73ffc2d30 Do not add empty spaces anymore Vivien Nicolas 2011-06-10 20:45:42 +02:00
  • 9a3e264951 Merge pull request #5 from sbarman/master sbarman 2011-06-10 11:32:37 -07:00
  • 2238905128 Merge pull request #5 from sbarman/master sbarman 2011-06-10 11:32:37 -07:00
  • b61700b5a5 changed bufferPos to pos, fixed style issue (spacing) sbarman 2011-06-10 11:30:48 -07:00
  • d1d6621164 Remove some useless bits of code Vivien Nicolas 2011-06-10 19:27:34 +02:00
  • ffa52f9dbd Remove the aggregate commands and do some methods dance Vivien Nicolas 2011-06-10 18:46:26 +02:00
  • 4191485e1f Add a debug writeToFile function and remove aggregations for Type2 fonts Vivien Nicolas 2011-06-10 18:38:57 +02:00
  • da69361ae0 Add the beginning of a working CFF font encoder Vivien Nicolas 2011-06-10 08:40:28 +02:00
  • 3d9f609054 Merge branch 'master' of github.com:andreasgal/pdf.js sbarman 2011-06-09 23:06:36 -07:00
  • 18b2e3c6f8 Add the beginning of a CFF encoder Vivien Nicolas 2011-06-10 06:12:59 +02:00
  • f10aca6a46 Fixed up excess code sbarman 2011-06-09 19:34:34 -07:00
  • 1dbf2d1d0c cleaned up code, used dict.get2, hoisted conditional outside loop when drawing image sbarman 2011-06-09 19:19:09 -07:00
  • 4b8057bc53 Merge Chris Jones 2011-06-09 18:19:53 -07:00
  • f07cfc1bb8 Revert "added test harness for uncompressed" sbarman 2011-06-09 18:19:18 -07:00
  • 78d0b3caf1 implement TL and T* Chris Jones 2011-06-09 18:19:17 -07:00
  • b83979f40d Revert "working on optimizations" sbarman 2011-06-09 18:17:27 -07:00
  • 76cb96f1cd add ?file= parameter to test.html Andreas Gal 2011-06-09 18:06:01 -07:00
  • 03747940a2 working on optimizations sbarman 2011-06-09 17:15:44 -07:00
  • 3834c9be08 Move the Type2 utils to a new file and create a Stack object Vivien Nicolas 2011-06-10 02:07:41 +02:00
  • 74abf984d5 Add the beginning of a Type1 to Type2 charstring converter Vivien Nicolas 2011-06-10 01:20:00 +02:00
  • 0e8f323f0a fixed error with getBytes in flate stream sbarman 2011-06-09 15:02:58 -07:00
  • 78493db421 Merge remote-tracking branch 'agal/master' sbarman 2011-06-09 14:59:15 -07:00
  • 287e7a702a remove left-over shell code Andreas Gal 2011-06-09 04:40:10 +08:00
  • c5a04b900f Merge commit '496a6374c1ac04e' sbarman 2011-06-09 14:42:31 -07:00
  • 496a6374c1 fixed the display of images sbarman 2011-06-09 14:35:55 -07:00
  • cfff44f2b2 fixed getBytes sbarman 2011-06-09 12:53:38 -07:00
  • fa4c34ad06 support test.html?page=[num], display total number of pages Chris Jones 2011-06-08 17:55:09 -07:00
  • 5da69f520d Half working version of paintImageXObject sbarman 2011-06-08 17:45:50 -07:00
  • c326f1808f Fixed geBytes implementation sbarman 2011-06-08 17:42:29 -07:00
  • fcc4ce9bec Clean up some Type2 reader code for readibility Vivien Nicolas 2011-06-09 02:37:06 +02:00
  • 19f9897ec3 added getBytes method sbarman 2011-06-08 15:41:17 -07:00
  • 3b4d7d3e78 added test harness for uncompressed sbarman 2011-06-08 15:39:44 -07:00
  • 714571dc80 Support reading all parts of a Type2 file Vivien Nicolas 2011-06-09 00:26:41 +02:00
  • bab03e6add remove left-over shell code Andreas Gal 2011-06-08 13:40:10 -07:00
  • a89bd1d30e Copied entire buffer for flate stream's snarf function (since decoding looks back) sbarman 2011-06-08 11:49:37 -07:00
  • 87b4cb85be Starts to decode type2 charStrings Vivien Nicolas 2011-06-08 20:37:25 +02:00
  • fe277b8d51 Added test harness for uncompressed version of pdf sbarman 2011-06-08 10:12:22 -07:00
  • f85953b342 read in image data en-block instead of sucking it through the stream interface Andreas Gal 2011-06-08 22:50:35 +08:00
  • 8b119087f0 use dict.get2 to lookup with a key that has an abbreviation (i.e. BitsPerComponent/BPC) Andreas Gal 2011-06-07 12:34:21 +08:00
  • c098f0b31f Fix some bugs and add the beginning of a Type2 reader Vivien Nicolas 2011-06-08 17:26:29 +02:00
  • ee5d8763e8 read in image data en-block instead of sucking it through the stream interface Andreas Gal 2011-06-08 07:50:35 -07:00
  • 4d261759d9 Support TrueType Font Vivien Nicolas 2011-06-07 19:17:46 +02:00
  • 5c5d09c898 use dict.get2 to lookup with a key that has an abbreviation (i.e. BitsPerComponent/BPC) Andreas Gal 2011-06-06 21:34:21 -07:00
  • 99aacfe42c Implemented basic version of smask sbarman 2011-06-06 16:40:03 -07:00
  • 27b8b68b87 Removed log code from previous commit sbarman 2011-06-06 18:34:24 -07:00
  • 11f427d235 Fixed FlateStreams to read in multiple blocks sbarman 2011-06-06 14:26:28 -07:00
  • 386d70f33c add code to parse bits per component information for images Andreas Gal 2011-06-05 10:56:05 -07:00
  • 378f381625 don't cache stream objects Andreas Gal 2011-06-04 23:18:55 -07:00
  • 5c06cd1de5 use an array not an object to cache objects Andreas Gal 2011-06-04 23:15:51 -07:00
  • 47f0326eee parse Interpolate and ImageMask for images Andreas Gal 2011-06-04 23:01:25 -07:00
  • 5647dbc0a4 convert remaining inflate code tables to typed arrays Andreas Gal 2011-06-04 11:11:14 -07:00
  • cf1afe648f added Shaon as contributor Andreas Gal 2011-06-04 10:41:18 -07:00
  • 4d70cb4aaf turn distDecode into a typed array Andreas Gal 2011-06-04 10:27:25 -07:00
  • 9143ad4cf5 make lengthDecode a typed array Andreas Gal 2011-06-04 10:18:04 -07:00
  • cd7c229ccc make codeLenCodeMap a typed array Andreas Gal 2011-06-04 10:14:17 -07:00
  • fadbb1b5e7 FlateStream wants a .dict member for duck typing Chris Jones 2011-06-03 22:58:06 -05:00
  • 2f8d80677b implement even-odd fill/clip Chris Jones 2011-06-03 22:52:27 -05:00
  • c166db13fd Add the 'for' keyword and support 2's complement signed integer Vivien Nicolas 2011-06-04 00:43:50 +02:00
  • 92aa46cf81 hand in xref to the parser if needed so we can resolve 'Length' for sub-streams Andreas Gal 2011-06-03 14:38:54 -07:00
  • ed51d65409 replace wrong compressed pdf with the actual tracemonkey paper Andreas Gal 2011-06-03 14:24:43 -07:00
  • b6b5c2ac49 fix deflate code Andreas Gal 2011-06-03 14:22:38 -07:00
  • 267f312f13 fix length/end of stream handling Andreas Gal 2011-06-03 14:16:04 -07:00
  • a08691313f Clean up some code and add some changes to pdf.js Vivien Nicolas 2011-06-03 19:47:07 +02:00
  • c663d181f9 Remove some debug leftover Vivien Nicolas 2011-06-03 17:54:40 +02:00
  • e302bd93ee Add the necessary bits to handle Arrays, Procedure and a bigger set of instructions for Type1 Vivien Nicolas 2011-06-03 17:48:32 +02:00
  • 41f46ca346 fix typo that breaks ff4 Chris Jones 2011-06-02 21:13:48 -07:00
  • 4533902953 skeleton of image drawing Chris Jones 2011-06-02 18:27:56 -05:00
  • ebc483a0c7 Font and XObject entries can be refs, and dump image magic bytes Chris Jones 2011-06-02 14:24:46 -05:00
  • 9b9a258a57 starting position of a stream is relative to the file, not the current stream Andreas Gal 2011-06-02 10:57:06 -07:00
  • e739bcc515 Starts playing with the execution stack Vivien Nicolas 2011-06-01 20:40:25 +02:00
  • e936f305d7 Decode charStrings and stop the interpreter on every unknow token Vivien Nicolas 2011-06-01 16:50:32 +02:00
  • 3064305d91 Prepare the way to decode Type1 charStrings Vivien Nicolas 2011-06-01 11:52:10 +02:00
  • d66fc27bad added compressed tracemonkey paper Andreas Gal 2011-05-31 14:07:41 -07:00
  • fe11af4b57 Add a the beggining of a Type1 font reader Vivien Nicolas 2011-05-31 20:22:05 +02:00
  • 503d888036 Merge branch 'master' of github.com:andreasgal/pdf.js Andreas Gal 2011-05-30 10:04:35 +02:00
  • c76e2c5114 Separate js and css from the test.html file Vivien Nicolas 2011-05-26 16:02:52 +02:00
  • 53018c8e4c fix next/prev/next bug, fiddle with UI, remove debugging code Chris Jones 2011-05-25 21:09:06 +12:00
  • c79cb83d52 reset current point on text state changes and remove redundant "cur" prefix Chris Jones 2011-05-23 21:22:56 +12:00
  • 98dfcf57ec use const instead of var Andreas Gal 2011-05-21 07:40:28 +02:00
  • 4e57061d84 Merge branch 'master' of github.com:andreasgal/pdf.js Andreas Gal 2011-05-21 02:34:22 +02:00
  • 31f3164dc8 set mozOpaque Andreas Gal 2011-05-21 02:34:05 +02:00
  • f80a88864b basic kinda-working form xobject support Chris Jones 2011-05-17 14:08:05 +12:00
  • d7f3c31d9d add assert helpers, small cleanup Chris Jones 2011-05-17 11:59:38 +12:00
  • 8f8b302b23 initial (broken) support for xobjects Chris Jones 2011-05-17 11:38:38 +12:00
  • db6f072507 fix a couple more shadowings Andreas Gal 2011-05-13 00:23:27 -07:00
  • f4bb211283 forgot another shadowing Andreas Gal 2011-05-13 00:21:32 -07:00
  • a4c5b6095b use defineProperty to shadow getters Andreas Gal 2011-05-13 00:19:50 -07:00
  • d8366507d0 Merge branch 'master' of github.com:andreasgal/pdf.js Andreas Gal 2011-05-12 23:35:31 -07:00