pdf.js/src/core
2017-11-01 10:31:28 +01: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
ccitt_stream.js Extract the actual decoding in CCITTFaxStream into a new CCITTFaxDecoder "class", which the new CCITTFaxStream depends on 2017-10-24 16:03:08 +02:00
ccitt.js Extract the actual decoding in CCITTFaxStream into a new CCITTFaxDecoder "class", which the new CCITTFaxStream depends on 2017-10-24 16:03:08 +02:00
cff_parser.js Sanitize name index in compile phase of CFF. 2017-10-23 17:13:49 -07: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 [api-major] Remove the TypedArray polyfills 2017-11-01 10:31:28 +01: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 glyphs contour count if it's less than -1. 2017-10-30 09:16:51 -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_stream.js Move CCITTFaxStream and Jbig2Stream, from src/core/stream.js, to separate files 2017-10-24 12:00:40 +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 [api-major] Remove the TypedArray polyfills 2017-11-01 10:31:28 +01:00
obj.js [api-major] Change getJavaScript to return null, rather than an empty Array, when no JavaScript exists 2017-10-15 22:17:14 +02:00
parser.js Move CCITTFaxStream and Jbig2Stream, from src/core/stream.js, to separate files 2017-10-24 12:00:40 +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 Use stringToBytes in more places 2017-10-26 11:01:13 +02:00
type1_parser.js Use charstring as plain text when lengthIV is -1. 2017-10-18 14:19:59 -07:00
unicode.js For non-embedded fonts, map softhyphen (0x00AD) to regular hyphen (0x002D) (issue 9084) 2017-10-31 13:26:04 +01:00
worker.js Closes all promises/streams when handler is destroyed. 2017-09-28 16:45:04 -05:00