2367 Commits (f340dd5cd5bbbe78b71862a0c561d02dd25e0f14)

Author SHA1 Message Date
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) 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
Tim van der Meij c67ad28673 Remove unused annotation highlight div 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 fc1e2483b4 Enforce minimum line widths 10 years ago
Jonas Jenwald d8b905048b Add fallback for non-embedded "Century Gothic" CIDFontType2 font (issue 4722 and bug 879561) 10 years ago
Fabian Lange 5405b1c8e4 minor improvements and code cleanup for canvas.js 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. 10 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
fkaelberer 7d698a46a9 increase chunk size in SMask composition to 1M pixels 11 years ago
Fabian Lange b049119d14 removed rounding of values in composeSMaskLuminosity 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
jsundn 2ec7e34541 Fixes typo in webgl.js 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
thejdeep 39a29cfe03 Fixed text not visible 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
Jonas Jenwald 4ac4d49158 Avoid rendering invisible Type3 fonts (issue 5421) 11 years ago
Rob Wu c889e4e679 Fix error in WidgetAnnotation 11 years ago
Yury Delendik 2d7a34d692 Fixes decoding for CMYK jpegs. 11 years ago
Tim van der Meij aaa1f2cb11 Implemented NameTree.get() using binary search 11 years ago
Tim van der Meij b215af30d3 Require destinations when they are needed and do not fetch all of them in advance 11 years ago
Brendan Dahl 8a536ac346 Map missing glyphs in encoding to notdef glyph. 11 years ago
Brendan Dahl 2fc5e6a9ad Don't map glyphs to unicode non breaking space. 11 years ago
Yury Delendik 8bec7ea8bd Adds optional argument to FontFace contructor call. 11 years ago
Jonas Jenwald cb3e5903cb Fix disableAutoFetch regression in the generic viewer 11 years ago
Rob Wu d0845df971 Use Font Loading API if available 11 years ago
Rob Wu 6a230af332 Rename FontFace to FontFaceObject 11 years ago
Jonas Jenwald df2a4afd36 Use |toUnicode| when creating the glyph map for standard CIDFontType2 fonts without embedded font file 11 years ago
Yury Delendik 07a2539867 Replaces (chunk in this.loadedChunks) 11 years ago