pdf.js/src/core
2017-10-18 14:19:59 -07:00
..
annotation.js Implement support for polygon annotations 2017-09-23 16:52:47 +02:00
arithmetic_decoder.js Fix inconsistent spacing and trailing commas in objects in src/core/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on 2017-06-02 11:20:19 +02:00
bidi.js Fix inconsistent spacing and trailing commas in objects in src/core/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on 2017-06-02 11:20:19 +02:00
cff_parser.js Replace the isArray helper function with the native Array.isArray function 2017-09-01 20:27:13 +02:00
charsets.js Convert the files in the /src/core folder to ES6 modules 2017-05-30 22:06:21 +02:00
chunked_stream.js Replace the isInt helper function with the native Number.isInteger function 2017-09-01 16:52:50 +02:00
cmap.js Replace the isInt helper function with the native Number.isInteger function 2017-09-01 16:52:50 +02:00
colorspace.js Split the existing PDFFunction in two classes, a private PDFFunction and a public PDFFunctionFactory, and utilize the latter in PDFDocument to allow various code to access the methods of PDFFunction` 2017-09-29 15:30:53 +02:00
crypto.js Replace the isInt helper function with the native Number.isInteger function 2017-09-01 16:52:50 +02:00
document.js Split the existing PDFFunction in two classes, a private PDFFunction and a public PDFFunctionFactory, and utilize the latter in PDFDocument to allow various code to access the methods of PDFFunction` 2017-09-29 15:30:53 +02:00
encodings.js Fix missing notdef in expert encoding. 2017-06-29 12:12:39 -07:00
evaluator.js Allow getOperatorList/getTextContent to skip errors when parsing broken XObjects (issue 8702, issue 8704) 2017-09-29 17:14:21 +02:00
font_renderer.js Removes error() 2017-07-07 09:40:24 -05:00
fonts.js Overwrite maxSizeOfInstructions in maxp with computed value. 2017-09-25 17:53:26 -07:00
function.js Split the existing PDFFunction in two classes, a private PDFFunction and a public PDFFunctionFactory, and utilize the latter in PDFDocument to allow various code to access the methods of PDFFunction` 2017-09-29 15:30:53 +02:00
glyphlist.js Convert the files in the /src/core folder to ES6 modules 2017-05-30 22:06:21 +02:00
image.js Split the existing PDFFunction in two classes, a private PDFFunction and a public PDFFunctionFactory, and utilize the latter in PDFDocument to allow various code to access the methods of PDFFunction` 2017-09-29 15:30:53 +02:00
jbig2.js Fix JBIG2 symbol offsets in text regions 2017-09-19 23:43:23 +03:00
jpg.js Use Uint8ClampedArray, when returning data, and remove manual clamping in src/core/jpg.js (issue 4901) 2017-08-14 16:19:57 +02:00
jpx.js Remove manual clamping code in src/core/jpx.js 2017-08-16 13:24:28 +02:00
metrics.js Convert the files in the /src/core folder to ES6 modules 2017-05-30 22:06:21 +02:00
murmurhash3.js Fix inconsistent spacing and trailing commas in objects in src/core/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on 2017-06-02 11:20:19 +02:00
obj.js Replace the isArray helper function with the native Array.isArray function 2017-09-01 20:27:13 +02:00
parser.js For /Filter entries containing Names, ignore the /DecodeParms entry if it contains an Array (issue 8895) 2017-09-15 23:02:16 +02:00
pattern.js Split the existing PDFFunction in two classes, a private PDFFunction and a public PDFFunctionFactory, and utilize the latter in PDFDocument to allow various code to access the methods of PDFFunction` 2017-09-29 15:30:53 +02:00
pdf_manager.js Fix inconsistent spacing and trailing commas in objects in src/core/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on 2017-06-02 11:20:19 +02:00
primitives.js Replace the isArray helper function with the native Array.isArray function 2017-09-01 20:27:13 +02:00
ps_parser.js Removes error() 2017-07-07 09:40:24 -05:00
standard_fonts.js Add a fallback for non-embedded SegoeUISymbol font (issue 8697) 2017-07-25 12:45:11 +02:00
stream.js CCITTFaxStream problem when EndOfBlock is false 2017-09-19 22:19:40 +03:00
type1_parser.js Use charstring as plain text when lengthIV is -1. 2017-10-18 14:19:59 -07:00
unicode.js Fix inconsistent spacing and trailing commas in objects in src/core/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on 2017-06-02 11:20:19 +02:00
worker.js Ensure that the same exact version of PDF.js is used in both the API and the Worker 2017-09-27 15:41:57 +02:00