774 Commits (acdd49f48097ffcb27332673a8b51cd653f6de88)

Author SHA1 Message Date
Jonas Jenwald 2b1a13ba28 Don't map glyphs to Unicode position 0x0E33, i.e. Thai character SARA AM (bug1046314) 10 years ago
Jonas Jenwald e894a0a4c6 Guess CIDFontType0 subtype based on font file contents (issue 5751) 10 years ago
Jonas Jenwald 4a9ff471c4 Correctly detect the presence of the Adobe specific APP14 JPEG marker (bug 1140761) 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
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
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 c2c54257f2 Prevent setting |isStandardFont| to |undefined| for non-embedded fonts 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
Rob Wu c02b2cb37c Use Content-Range instead of Content-Length #5512 10 years ago
Jonas Jenwald 1fea44ce14 Ensure that |get fingerprint| doesn't fail if the ID is not an array (issue 5599) 10 years ago
Tim van der Meij b835ef425e CCITTFaxStream: fix regression when EncodedByteAlign is true and EndOfLine is false 10 years ago
Tim van der Meij 91aa3925ee Remove unused hasOperatorList code 10 years ago
Fabian Lange 979635138a Improves rendering performance of annotation layers. 10 years ago
MaMazav 3d8b71175c Fixed empty packet parsing bug 10 years ago
Jonas Jenwald d8b905048b Add fallback for non-embedded "Century Gothic" CIDFontType2 font (issue 4722 and bug 879561) 10 years ago
MaMazav c7acbfd901 Support EPH and SOP markers. 10 years ago
MaMazav 48ee94e8ed Added support for all not supported yet progression orders: RPCL, CPRL and PCRL. 11 years ago
Jonas Jenwald 184880a751 Fix searching for end of inline (EI) images with ASCII85Decode filters (bug 1077808) 11 years ago
Jordan Thoms aa53319c87 Improve fingerprinting of documents 11 years ago
Jonas Jenwald 96a77e9d6a Add basic support for non-embedded Wingdings fonts 11 years ago
Fabian Lange ceffeab1de Use 3 param method for converting r,g,b into css string. 11 years ago
Jonas Jenwald 3e1b5216ac Refactor searching for the SOI marker of inline JPEG image streams 11 years ago
Jonas Jenwald 78d0d269dc Fallback to the |Dummy| Pattern when we fail to parse a Shading Pattern (issue 5509) 11 years ago
palkan 4764c52b5b fix passing null as Promise's onFullfilled (which is broken in Chrome 32) 11 years ago
Paul Roit da5c0cf0e2 fixed multi precinct handling in jpx 11 years ago
fkaelberer 5fcf3d37a7 use fewer multiplications in convertYcckToRgb 11 years ago
fkaelberer ea719ae805 remove null checks that always evaluate to false 11 years ago
Jonas Jenwald 1abad5f290 Fix typed array assignment in the |constructPostScriptFromIRResult| function (issue 5470) 11 years ago
Fabian Lange 970c048d50 fixes caching of inline images during parsing. 11 years ago
thejdeep 46238c30cf Fix of pdf not loading on android (issue 5427) 11 years ago
fkaelberer 141ecfa61f fix "JPX Out of Packets" Error (issues 4358, 4659, 4814) 11 years ago
Fabian Lange b2d7c285c0 For JPX decoding only read next packet after checking for byte aligning. 11 years ago
fkaelberer e5477c3156 Simplify nextMissingChunk(), getEndChunk() 11 years ago
Rob Wu c889e4e679 Fix error in WidgetAnnotation 11 years ago