.. |
annotation.js
|
Moves OperatorList and QueueOptimizer into separate file.
|
2017-10-30 13:29:58 -05: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
|
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
|
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
|
Moves OperatorList and QueueOptimizer into separate file.
|
2017-10-30 13:29:58 -05: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_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
|
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 |
operator_list.js
|
For backwards compatibility: use addOp amount instead of queue size.
|
2017-11-09 18:46:48 -06: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
|
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 |