2136 Commits (6d2d854f65fe32065652c5b1251c006113426d60)

Author SHA1 Message Date
Tim van der Meij 0c84899c0a Revert #5603 regarding Chrome range request bug 10 years ago
Jonas Jenwald 760222cf0b Handle the Encoding being a dictionary in PartialEvaluator_preEvaluateFont (bug 1157493) 10 years ago
Jonas Jenwald 7c7d05e7a3 Attempt to infer if a CMap file actually contains just a standard `Identity-H`/`Identity-V` map 10 years ago
Jonas Jenwald 4c2ad3bc7b Ensure that entries in the Differences array of Type1 fonts are either numbers or names 10 years ago
Marco Castelluccio 1bd952f897 Use Int32Array instead of Uint32Array in FlateStream 10 years ago
Thomas Leitner 3ebc85e55f Crypt filter EFF key should have StmF value as default, not StrF 10 years ago
Jonas Jenwald fda858ae33 Don't map glyphs to certain problematic General Punctuation Unicode locations (bug 911034) 10 years ago
Jonas Jenwald a54ec673c5 Move the checks for problematic Unicode locations from |adjustMapping| to a separate helper function 10 years ago
Andrew Dacenko bdde3d6622 Restrict logging of errors with verbosity level 10 years ago
Jonas Jenwald 2b1a13ba28 Don't map glyphs to Unicode position 0x0E33, i.e. Thai character SARA AM (bug1046314) 10 years ago
Jonas Jenwald d762cad420 Fix the node getinfo.js example 10 years ago
Tim van der Meij 989eac2f1e Enable OPS.setHScale in the SVG backend 10 years ago
Jonas Jenwald e894a0a4c6 Guess CIDFontType0 subtype based on font file contents (issue 5751) 10 years ago
Jonas Jenwald 65a5543efe Disable PresentationMode for certain problematic configurations 10 years ago
Rob Wu 6eb9e6a6a4 Fix flaw in mozCurrentTransform polyfill 10 years ago
Jonas Jenwald 4a9ff471c4 Correctly detect the presence of the Adobe specific APP14 JPEG marker (bug 1140761) 10 years ago
Tim van der Meij 026b57641f Remove unused isNull utility function 10 years ago
Jonas Jenwald f81fc9091a Correctly detect OpenType font files with CFF data 10 years ago
Jonas Jenwald 0a3341dadc Don't map glyphs to Unicode "Dotted circle" combining mark (bug 1108301) 10 years ago
Mike Lyons d271811740 Add option to open external links in new window 10 years ago
Jonas Jenwald 888cbe0bde Avoid getting stuck in empty nodes in the Pages tree when calling |Catalog_getPageDict| (issue 5644) 10 years ago
Jonas Jenwald 7c8996558a Fetch parameters if they are a |Ref| in CalGray/CalRGB color spaces (issue 5747) 10 years ago
Jonas Jenwald 417800a1b5 Only skip the |!isSymbolicFont| check for TrueType (3, 1) cmap tables if no previous cmap table was found (PR 5703 followup) 10 years ago
Collin Anderson 54e984c763 cleaned whitespace 10 years ago
Hengjie 109d67691c Lower threshold 10 years ago
Jonas Jenwald 3651c9e1f7 Skip fill bytes (0xFF) when decoding JPEG images (issue 5331) 10 years ago
Tim van der Meij 27e3558a41 Fix CCITTStream regression by byte-aligning rows before checking EOL marker 10 years ago
Jonas Jenwald 592890a758 Relax the |isSymbolicFont| check for TrueType (3, 1) cmap tables (issue 5701) 10 years ago
Jonas Jenwald f19a1db414 Create a IdentityToUnicodeMap in evaluator.js when toUnicode contains IdentityH/IdentityV 10 years ago
Jonas Jenwald 01e6565dd4 Try to skip mapping of missing TrueType glyphs 10 years ago
Jonas Jenwald 8174da61fb Don't skip mapping of glyphs for CIDFontType2 fonts with a CIDToGIDMap 10 years ago
Brendan Dahl cb27707277 Try to skip mapping of missing glyphs. 10 years ago
Jonas Jenwald bb16475070 Use the |shadow| function from src/shared/util.js in viewer.js 10 years ago
Tim van der Meij 06004d6a92 Make sure that an A entry in an annotation dictionary is also a dictionary itself 10 years ago
fkaelberer 8013100ab8 avoid out of range array access in JBIG2 decoder 10 years ago
Jonas Jenwald daba13aebb Amend the docs for |disableAutoFetch| to mention that streaming must also be disabled 10 years ago
Jonas Jenwald c2c54257f2 Prevent setting |isStandardFont| to |undefined| for non-embedded fonts 10 years ago
Yury Delendik 81649b00a9 Base64 example and be more flexible what type of data is passed. 10 years ago
Emanuel Arguinarena 3d01c345a1 Add marker segment (PLT, PLM) and refactor TLM 10 years ago
Jonas Jenwald ad41a2d574 Add support for TrueType (0, 0) cmap tables (issue 5501 and 5574) 10 years ago
Jonas Jenwald eac168f3cc Refactor searching for end of inline (EI) JPEG image streams 10 years ago
Jonas Jenwald 6dfc73a5da Modify |getUint16| to correctly handle missing data in Stream, DecodeStream and ChunkedStream 10 years ago
Yury Delendik 982accf1d7 Whitelists 'tel' schema. 10 years ago
Rob Wu c02b2cb37c Use Content-Range instead of Content-Length #5512 10 years ago
Yury Delendik 3a61edfcae Refactors getDocument and adds PDFDataRangeTransport. 10 years ago
Tim van der Meij 6e99c29cf8 Implement guards for stringToBytes and bytesToString 10 years ago
Jonas Jenwald 1fea44ce14 Ensure that |get fingerprint| doesn't fail if the ID is not an array (issue 5599) 11 years ago
Tim van der Meij b835ef425e CCITTFaxStream: fix regression when EncodedByteAlign is true and EndOfLine is false 11 years ago
Tim van der Meij 91aa3925ee Remove unused hasOperatorList code 11 years ago
Tim van der Meij c67ad28673 Remove unused annotation highlight div 11 years ago