.. |
annotation.js
|
Refactor ObjectLoader to use Dict s correctly, rather than abusing their internal properties
|
2017-06-16 22:59:32 +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
|
Fixes CFF data glyph widths
|
2017-07-25 12:29:51 -05: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
|
Remove most assert() calls (issue 8506)
|
2017-07-21 18:51:02 +02:00 |
cmap.js
|
Remove most assert() calls (issue 8506)
|
2017-07-21 18:51:02 +02:00 |
colorspace.js
|
Add unit-tests for colorspace.js
|
2017-07-28 14:24:56 +05:30 |
crypto.js
|
Remove most assert() calls (issue 8506)
|
2017-07-21 18:51:02 +02:00 |
document.js
|
Remove most assert() calls (issue 8506)
|
2017-07-21 18:51:02 +02:00 |
encodings.js
|
Fix missing notdef in expert encoding.
|
2017-06-29 12:12:39 -07:00 |
evaluator.js
|
Replace the coded property with isType3Font when building the font properties object in PartialEvaluator.translateFont
|
2017-08-08 14:03:02 +02:00 |
font_renderer.js
|
Removes error()
|
2017-07-07 09:40:24 -05:00 |
fonts.js
|
Fix two cmap related issues.
|
2017-08-03 22:19:36 -07:00 |
function.js
|
Removes error()
|
2017-07-07 09:40:24 -05:00 |
glyphlist.js
|
Convert the files in the /src/core folder to ES6 modules
|
2017-05-30 22:06:21 +02:00 |
image.js
|
Update the mask data inversion in PDFImage.createMask to be compatible with both Uint8Array and Uint8ClampedArray
|
2017-08-16 13:24:21 +02:00 |
jbig2.js
|
Removes error()
|
2017-07-07 09:40:24 -05: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
|
Removes error()
|
2017-07-07 09:40:24 -05: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
|
Merge pull request #8673 from Snuffleupagus/api-pageMode
|
2017-07-23 13:17:07 +02:00 |
parser.js
|
Removes error()
|
2017-07-07 09:40:24 -05:00 |
pattern.js
|
Remove most assert() calls (issue 8506)
|
2017-07-21 18:51:02 +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
|
Rename map to _map inside of Dict , to make it clearer that it should be regarded as a "private" property
|
2017-06-17 17:32:00 +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
|
Removes error()
|
2017-07-07 09:40:24 -05:00 |
type1_parser.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 |
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
|
Adds Streams API support for networking task of PDF.js project.
|
2017-07-28 02:32:30 +05:30 |