pdf.js/src/core
Jonas Jenwald a6f9505a39
Merge pull request #16461 from Snuffleupagus/issue-16454
Improve "EI" detection in inline images (PR 12028 follow-up, issue 16454)
2023-05-23 22:23:22 +02:00
..
xfa Introduce even more modern JavaScript features in the code-base 2023-05-18 18:55:41 +02:00
annotation.js Merge pull request #16424 from Snuffleupagus/core-optional-chaining 2023-05-18 12:40:08 +02:00
arithmetic_decoder.js Re-factor how the ESLint no-var rule is enabled in the src/ folder 2020-10-03 20:15:29 +02:00
ascii_85_stream.js Fix the remaining ESLint operator-assignment errors 2021-07-04 15:23:56 +02:00
ascii_hex_stream.js Fix the remaining ESLint operator-assignment errors 2021-07-04 15:23:56 +02:00
base_stream.js [api-minor] Remove the forceClamped-functionality in the Streams (issue 14849) 2022-04-29 14:46:30 +02:00
bidi.js [api-minor] Don't normalize the text used in the text layer. 2023-04-17 14:31:23 +02:00
binary_cmap.js Re-factor some String.fromCharCode usage in the src/core/binary_cmap.js file 2023-04-21 12:21:31 +02:00
calibri_factors.js XFA - Fix font scale factors (bug 1720888) 2021-07-28 19:10:42 +02:00
catalog.js Introduce more optional chaining in the src/core/ folder 2023-05-15 12:38:28 +02:00
ccitt_stream.js Prefer instanceof Dict rather than calling isDict() with one argument 2022-02-21 12:44:56 +01:00
ccitt.js Introduce even more modern JavaScript features in the code-base 2023-05-18 18:55:41 +02:00
cff_font.js Introduce more optional chaining in the src/core/ folder 2023-05-15 12:38:28 +02:00
cff_parser.js Introduce more optional chaining in the src/core/ folder 2023-05-15 12:38:28 +02:00
charsets.js Use ESLint to ensure that exports are sorted alphabetically 2021-01-09 20:37:51 +01:00
chunked_stream.js Change the createPromiseCapability helper function into a PromiseCapability class 2023-04-29 13:43:24 +02:00
cleanup_helper.js Add a (global) cache to the getCharUnicodeCategory function 2022-01-25 09:59:34 +01:00
cmap.js Remove the remaining closure in the src/core/cmap.js file 2023-04-21 12:21:31 +02:00
colorspace.js Introduce even more modern JavaScript features in the code-base 2023-05-18 18:55:41 +02:00
core_utils.js Introduce more optional chaining in the src/core/ folder 2023-05-15 12:38:28 +02:00
crypto.js Introduce more optional chaining in the src/core/ folder 2023-05-15 12:38:28 +02:00
dataset_reader.js Introduce more optional chaining in the src/core/ folder 2023-05-15 12:38:28 +02:00
decode_stream.js Introduce more optional chaining in the src/core/ folder 2023-05-15 12:38:28 +02:00
decrypt_stream.js Introduce more optional chaining in the src/core/ folder 2023-05-15 12:38:28 +02:00
default_appearance.js [Annotation] Take into account the stroke alpha for a FreeText without appearance 2023-02-07 22:15:27 +01:00
document.js [api-minor] Slightly shorten the marked-content ids used in the textLayer 2023-05-18 22:32:10 +02:00
encodings.js Use ESLint to ensure that exports are sorted alphabetically 2021-01-09 20:37:51 +01:00
evaluator.js Take into account the final space if any in the TJ command 2023-05-23 17:09:32 +02:00
file_spec.js Use String.prototype.replaceAll() where appropriate 2023-03-22 15:31:10 +01:00
flate_stream.js Remove some, with Prettier 2.3.0, unnecessary // prettier-ignore comments 2021-05-19 11:36:03 +02:00
font_renderer.js Introduce more optional chaining in the src/core/ folder 2023-05-15 12:38:28 +02:00
font_substitutions.js Slightly shorten the loadedName-ids used with font-substitutions 2023-05-18 22:27:11 +02:00
fonts_utils.js Enable the unicorn/prefer-string-replace-all ESLint plugin rule 2023-03-23 12:57:10 +01:00
fonts.js Sanitize the glyph bounding box 2023-05-21 16:24:41 +02:00
function.js Introduce more optional chaining in the src/core/ folder 2023-05-15 12:38:28 +02:00
glyf.js Font renderer - get int8 instead of uint8 in composite glyphes (bug 1749563) 2022-01-18 22:06:23 +01:00
glyphlist.js Revert "Add a getArrayLookupTableFactory helper function and use it to re-format src/core/{glyphlist, unicode}.js" 2023-04-29 13:43:24 +02:00
helvetica_factors.js XFA - Fix font scale factors (bug 1720888) 2021-07-28 19:10:42 +02:00
image_resizer.js Merge pull request #16117 from calixteman/workaround_bug1820511 2023-03-08 11:12:56 +01:00
image_utils.js Introduce more optional chaining in the src/core/ folder 2023-05-15 12:38:28 +02:00
image.js Introduce more optional chaining in the src/core/ folder 2023-05-15 12:38:28 +02:00
jbig2_stream.js Prefer instanceof Dict rather than calling isDict() with one argument 2022-02-21 12:44:56 +01:00
jbig2.js [JBIG2] Ensure that the decodeInteger function returns valid integers (issue 15942) 2023-01-19 17:14:17 +01:00
jpeg_stream.js [api-minor] Generate images in the worker instead of the main thread. 2023-03-01 17:40:12 +01:00
jpg.js Introduce more optional chaining in the src/core/ folder 2023-05-15 12:38:28 +02:00
jpx_stream.js Stop special-casing the dict parameter in the Jbig2Stream/JpegStream/JpxStream constructors 2021-04-28 13:44:47 +02:00
jpx.js Remove the closure from BitModel in the src/core/jpx.js file 2023-04-29 13:49:39 +02:00
liberationsans_widths.js XFA - Fix font scale factors (bug 1720888) 2021-07-28 19:10:42 +02:00
lzw_stream.js Move the DecodeStream and StreamsSequenceStream from src/core/stream.js and into its own file 2021-04-28 10:16:51 +02:00
metadata_parser.js Enable the unicorn/prefer-string-replace-all ESLint plugin rule 2023-03-23 12:57:10 +01:00
metrics.js [api-minor] Annotations - Adjust the font size in text field in considering the total width (bug 1721335) 2022-01-30 15:53:31 +01:00
myriadpro_factors.js XFA - Fix font scale factors (bug 1720888) 2021-07-28 19:10:42 +02:00
name_number_tree.js Support destinations in NameTrees with encoded keys (issue 14847) 2022-04-27 11:19:55 +02:00
object_loader.js Use more for...of loops in the code-base 2022-10-03 13:08:38 +02:00
opentype_file_builder.js Use more for...of loops in the code-base 2022-10-03 13:08:38 +02:00
operator_list.js Introduce more optional chaining in the src/core/ folder 2023-05-15 12:38:28 +02:00
parser.js Improve "EI" detection in inline images (PR 12028 follow-up, issue 16454) 2023-05-23 17:04:51 +02:00
pattern.js Merge pull request #16106 from bungeman/improve_color_stop_detection 2023-05-04 19:48:57 +02:00
pdf_manager.js Introduce some logical assignment in the src/core/ folder 2023-04-29 13:49:37 +02:00
predictor_stream.js Prefer instanceof Dict rather than calling isDict() with one argument 2022-02-21 12:44:56 +01:00
primitives.js Introduce more optional chaining in the src/core/ folder 2023-05-15 12:38:28 +02:00
ps_parser.js Introduce some logical assignment in the src/core/ folder 2023-04-29 13:49:37 +02:00
run_length_stream.js Move the DecodeStream and StreamsSequenceStream from src/core/stream.js and into its own file 2021-04-28 10:16:51 +02:00
segoeui_factors.js XFA - Fix font scale factors (bug 1720888) 2021-07-28 19:10:42 +02:00
standard_fonts.js Extend getNonStdFontMap for non-embedded Impact fonts (bug 1365930) 2023-05-19 18:40:03 +02:00
stream.js [api-minor] Remove the forceClamped-functionality in the Streams (issue 14849) 2022-04-29 14:46:30 +02:00
struct_tree.js [api-minor] Slightly shorten the marked-content ids used in the textLayer 2023-05-18 22:32:10 +02:00
to_unicode_map.js Convert src/core/to_unicode_map.js to use standard classes 2021-05-02 21:00:29 +02:00
type1_font.js Use more for...of loops in the code-base 2022-10-03 13:08:38 +02:00
type1_parser.js Enable the unicorn/prefer-negative-index ESLint plugin rule 2023-03-24 10:18:32 +01:00
unicode.js Introduce more optional chaining in the src/core/ folder 2023-05-15 12:38:28 +02:00
worker_stream.js Replace a bunch of Array.prototype.forEach() cases with for...of loops instead 2021-04-24 13:00:19 +02:00
worker.js Remove the compatibility checks in WorkerMessageHandler.createDocumentHandler 2023-05-07 13:43:19 +02:00
writer.js Compress the data when saving annotions 2023-05-09 14:46:50 +02:00
xfa_fonts.js Enable the unicorn/prefer-at ESLint plugin rule (PR 15008 follow-up) 2022-06-09 21:21:19 +02:00
xml_parser.js Introduce more optional chaining in the src/core/ folder 2023-05-15 12:38:28 +02:00
xref.js Introduce more optional chaining in the src/core/ folder 2023-05-15 12:38:28 +02:00