Go to file
2011-06-17 07:14:11 +02:00
cffStandardStrings.js Small changes 2011-06-13 05:30:02 +02:00
compressed.tracemonkey-pldi-09.pdf replace wrong compressed pdf with the actual tracemonkey paper 2011-06-03 14:24:43 -07:00
Encodings.js 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
glyphlist.js Add some missing glyphs 2011-06-12 23:41:57 +02:00
LICENSE added Shaon as contributor 2011-06-04 10:41:18 -07:00
pdf.js Resolve the char->glyphs mapping issue 2011-06-16 03:55:45 +02:00
PDFFont.js Use a typed array in the CMAP construction function 2011-06-17 07:14:11 +02:00
PDFFontUtils.js Rework some code to enhance performance (CIIM6/CIIM9 are rejected by the sanitizer now) 2011-06-17 06:02:29 +02:00
README never mind restore previous README formating 2011-05-06 15:15:54 -07:00
test.css Separate js and css from the test.html file 2011-05-26 16:02:52 +02:00
test.html 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
test.js Resolve the char->glyphs mapping issue 2011-06-16 03:55:45 +02:00

pdf.js is a technology demonstrator prototype to explore whether the HTML5
platform is complete enough to faithfully and efficiently render the ISO
32000-1:2008 Portable Document Format (PDF) without native code assistance.