pdf.js/src/core
2017-11-18 20:37:27 +01:00
..
annotation.js Sanitize the display value for choice widget annotations 2017-11-18 20:37:27 +01: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 Remove a few useless assignments. 2017-11-03 11:36:48 +00:00
colorspace.js [api-major] Remove the TypedArray polyfills 2017-11-01 10:31:28 +01:00
crypto.js Rearrange a few declarations so that they precede their uses. 2017-11-03 10:14:32 +00:00
document.js Moves OperatorList and QueueOptimizer into separate file. 2017-10-30 13:29:58 -05:00
encodings.js Fix missing notdef in expert encoding. 2017-06-29 12:12:39 -07:00
evaluator.js Merge pull request #9073 from Snuffleupagus/image-streams-fixes 2017-11-17 23:26:36 +01:00
font_renderer.js Removes error() 2017-07-07 09:40:24 -05:00
fonts.js Remove a few useless assignments. 2017-11-03 11:36:48 +00: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 Move JpegStream and JpxStream to their own files 2017-11-11 11:22:16 +01:00
jbig2_stream.js Fix the interface of JpegStream/JpxStream/Jbig2Stream to agree with the other DecodeStreams 2017-11-11 11:22:16 +01:00
jbig2.js Fix JBIG2 symbol offsets in text regions 2017-09-19 23:43:23 +03:00
jpeg_stream.js Fix the interface of JpegStream/JpxStream/Jbig2Stream to agree with the other DecodeStreams 2017-11-11 11:22:16 +01: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_stream.js Fix the interface of JpegStream/JpxStream/Jbig2Stream to agree with the other DecodeStreams 2017-11-11 11:22:16 +01: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
operator_list.js For backwards compatibility: use addOp amount instead of queue size. 2017-11-09 18:46:48 -06:00
parser.js Move JpegStream and JpxStream to their own files 2017-11-11 11:22:16 +01: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 Move JpegStream and JpxStream to their own files 2017-11-11 11:22:16 +01:00
type1_parser.js Remove a few useless assignments. 2017-11-03 11:36:48 +00: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