..
xfa
Merge pull request #14319 from calixteman/xfa_arc
2021-11-27 11:32:32 -08:00
.eslintrc
Enable the ESLint no-var
rule globally
2021-03-13 16:12:53 +01:00
annotation.js
Remove the isString
helper function
2022-02-26 16:33:41 +01: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
Add a new BaseStream.getString(...)
method to replace manual bytesToString(BaseStream.getBytes(...))
calls
2021-05-01 19:20:36 +02:00
bidi.js
Tweak the Bidi-detection heuristics for very short RTL strings (issue 11656)
2021-11-03 20:31:57 +01:00
calibri_factors.js
XFA - Fix font scale factors (bug 1720888)
2021-07-28 19:10:42 +02:00
catalog.js
Remove the isString
helper function
2022-02-26 16:33:41 +01:00
ccitt_stream.js
Prefer instanceof Dict
rather than calling isDict()
with one argument
2022-02-21 12:44:56 +01:00
ccitt.js
Prevent an infinite loop when parsing corrupt /CCITTFaxDecode data (issue 14305)
2021-12-07 13:57:25 +01:00
cff_font.js
Include and use the 14 standard fonts files.
2021-06-07 11:10:11 -07:00
cff_parser.js
Enable the ESLint operator-assignment
rule
2021-07-04 12:57:45 +02:00
charsets.js
Use ESLint to ensure that export
s are sorted alphabetically
2021-01-09 20:37:51 +01:00
chunked_stream.js
Ensure that ChunkedStream
won't attempt to request data *beyond* the document size (issue 14303)
2021-11-24 19:19:43 +01:00
cleanup_helper.js
Add a (global) cache to the getCharUnicodeCategory
function
2022-01-25 09:59:34 +01:00
cmap.js
Remove the isString
helper function
2022-02-26 16:33:41 +01:00
colorspace.js
Prefer instanceof Name
rather than calling isName()
with one argument
2022-02-21 12:45:00 +01:00
core_utils.js
Remove the isRef
helper function
2022-02-19 15:33:42 +01:00
crypto.js
Prefer instanceof Name
rather than calling isName()
with one argument
2022-02-21 12:45:00 +01:00
decode_stream.js
Allow StreamsSequenceStream.readBlock
to skip sub-streams with errors (issue 13794)
2021-07-26 16:42:50 +02:00
decrypt_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
default_appearance.js
[api-minor] Change the format of the fontName
-property, in defaultAppearanceData
, on Annotation-instances (PR 12831 follow-up)
2021-04-01 16:47:30 +02:00
document.js
Re-factor the PDFDocument.documentInfo
method
2022-02-26 16:33:21 +01:00
encodings.js
Use ESLint to ensure that export
s are sorted alphabetically
2021-01-09 20:37:51 +01:00
evaluator.js
When stopAtErrors
is set, throw rather than warn when exceeding maxImageSize
(issue 14626)
2022-03-03 13:11:29 +01:00
file_spec.js
Prefer instanceof Dict
rather than calling isDict()
with one argument
2022-02-21 12:44:56 +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
Font renderer - get int8 instead of uint8 in composite glyphes (bug 1749563)
2022-01-18 22:06:23 +01:00
fonts_utils.js
Include and use the 14 standard fonts files.
2021-06-07 11:10:11 -07:00
fonts.js
Remove the isNum
helper function
2022-02-22 11:55:34 +01:00
function.js
Remove the isBool
helper function
2022-02-23 13:31:03 +01: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
Enable the no-var
linting rule in src/core/glyphlist.js
2021-02-27 12:46:57 +01:00
helvetica_factors.js
XFA - Fix font scale factors (bug 1720888)
2021-07-28 19:10:42 +02:00
image_utils.js
Re-factor the LocalTilingPatternCache
to cache by Ref rather than Name (PR 12458 follow-up, issue 13780)
2021-08-18 12:49:01 +02:00
image.js
Prefer instanceof Name
rather than calling isName()
with one argument
2022-02-21 12:45:00 +01:00
jbig2_stream.js
Prefer instanceof Dict
rather than calling isDict()
with one argument
2022-02-21 12:44:56 +01:00
jbig2.js
Re-factor the BaseException.name
handling, and clean-up some code
2021-08-10 11:27:47 +02:00
jpeg_stream.js
Prefer instanceof Dict
rather than calling isDict()
with one argument
2022-02-21 12:44:56 +01:00
jpg.js
Enable the ESLint no-loss-of-precision
rule
2021-11-14 10:48:50 +01: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
[JPEG 2000] Add support for resetContextProbabilities (bug 1731483)
2022-02-26 13:05:23 +01: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
Move the XML-parser to the src/core/
-folder
2021-02-17 13:12:01 +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
murmurhash3.js
Remove the isString
helper function
2022-02-26 16:33:41 +01:00
myriadpro_factors.js
XFA - Fix font scale factors (bug 1720888)
2021-07-28 19:10:42 +02:00
name_number_tree.js
Prefer instanceof Dict
rather than calling isDict()
with one argument
2022-02-21 12:44:56 +01:00
object_loader.js
Remove the isStream
helper function
2022-02-17 13:51:36 +01:00
opentype_file_builder.js
Convert src/core/opentype_file_builder.js
to use standard classes
2021-05-02 21:00:28 +02:00
operator_list.js
[api-minor] Re-factor the *internal* renderingIntent, and change the default intent
value in the PDFPageProxy.getAnnotations
method
2021-08-06 00:39:42 +02:00
parser.js
Remove the isNum
helper function
2022-02-22 11:55:34 +01:00
pattern.js
Remove the isStream
helper function
2022-02-17 13:51:36 +01:00
pdf_manager.js
[api-minor] Replace PDFDocumentProxy.getStats
with a synchronous PDFDocumentProxy.stats
getter
2021-11-20 12:20:55 +01:00
predictor_stream.js
Prefer instanceof Dict
rather than calling isDict()
with one argument
2022-02-21 12:44:56 +01:00
primitives.js
Ensure that Cmd
/Name
is only initialized with string arguments
2022-02-23 22:39:12 +01:00
ps_parser.js
Remove the closure used with the PostScriptToken
class
2021-07-24 13:05:46 +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
Fallback to font name matching, when checking for serif fonts (issue 13845)
2021-09-23 01:11:57 +02:00
stream.js
Add an abstract base-class, which all the various Stream implementations inherit from
2021-04-28 13:44:45 +02:00
struct_tree.js
Remove the isString
helper function
2022-02-26 16:33:41 +01: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
Remove unnecessary MissingDataException
check from getHeaderBlock
2021-05-03 13:57:30 +02:00
type1_parser.js
Support Type1 font files with incomplete /CharStrings definitions (issue 14462)
2022-01-17 18:55:22 +01:00
unicode.js
Add a (global) cache to the getCharUnicodeCategory
function
2022-01-25 09:59:34 +01: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
[api-minor] Add validation for the PDFDocumentProxy.getPageIndex
method
2022-02-24 12:01:51 +01:00
writer.js
Prefer instanceof Name
rather than calling isName()
with one argument
2022-02-21 12:45:00 +01:00
xfa_fonts.js
XFA - Fix font scale factors (bug 1720888)
2021-07-28 19:10:42 +02:00
xml_parser.js
Handle PI with no value in xml parser
2021-05-18 10:22:18 +02:00
xref.js
[api-minor] Clear all caches in XRef.indexObjects
, and improve /Root dictionary validation in XRef.parse
(issue 14303)
2021-12-03 11:57:38 +01:00