517 Commits (20b581424916e9a2658aa94c20ed54364bbe0f9a)

Author SHA1 Message Date
Fabian Lange 2564827503 Fix text spacing with vertical fonts (#6387) 10 years ago
Jonas Jenwald c043a6e3a3 Replace the unavailable linked test-case for issue 3205 with a reduced test-case 10 years ago
Jonas Jenwald 29a1cdb6a6 Only choose a (3, 1) cmap table for TrueType fonts that have an encoding specified (issue 6410) 10 years ago
Jonas Jenwald de6a74f58d Add a reduced test-case for PR 4922 10 years ago
Jonas Jenwald e16fc486a4 Add (linked) ´load` tests for PR 1976 and 4606 10 years ago
Jonas Jenwald b4ade44ab9 Add a reduced test-case for issue 6413 10 years ago
Jonas Jenwald 0fb31a4a9e Fallback in `readCmapTable`, instead of using `error`, for TrueType fonts with unsupported cmap formats (bug 1200096) 10 years ago
Jonas Jenwald 09b825d1be Add a (linked) `load` test for PR 4731 10 years ago
Jonas Jenwald ba9fcce8eb Add a reduced test-case for issue 6113 10 years ago
Jonas Jenwald 3ae49e15b3 Slightly improved test coverage for vertical text 10 years ago
Jonas Jenwald 593ea00ecb Fix typo in `test_manifest.json` that prevents test-case `issue1419.pdf` from running 10 years ago
Jonas Jenwald 56a43a3181 Make `XRef_indexObjects` more robust against bad PDF files (issue 5752) 10 years ago
Jonas Jenwald 5128603f64 Also check `maybeLength` when deciding if a stream is empty in `Parser_makeFilter` (issue 6360) 10 years ago
Jonas Jenwald 2597e3ffca Add a linked test-case for issue 4890 10 years ago
Jonas Jenwald 3fa5f6cc3b Only take the fast-path in `PDFImage_createImageData` for un-masked JPEG images with "standard" colour spaces (issue 6364) 10 years ago
Jonas Jenwald 99d29487ab Adjust which TrueType (3, 1) glyphs we attempt to skip mapping of (issue 6336) 10 years ago
Tim van der Meij 14f1ea00fe Test case for tensor shading PR 6310 10 years ago
Tilman Hausherr c85fa00d62 fix handling of flags 1-3 in coons shading 10 years ago
Jonas Jenwald 1d65daf5e5 Correctly access `colorSpace.numComps` in `MeshStreamReader` (issue 6287) 10 years ago
Jonas Jenwald 7fe2442a18 Ensure that we don't use the same typed array for both `coords` and `colors` in Mesh `figures` (issue 6287) 10 years ago
Jonas Jenwald 0a024b5051 Adjust the heuristics used to detect OpenType font file with CFF data (bug 1186827, bug 1182130, issue 6264) 10 years ago
Jonas Jenwald 385e2e5aaf Check if the `Decode` entry is non-default when deciding if JPEG images are natively supported/decodable (issue 6238) 10 years ago
Rob Wu e211c25f06 Improve robustness of stream parser (invalid length) 10 years ago
Rob Wu fd29bb0c57 Subtract start offset for xrefs in recovery mode 10 years ago
Jonas Jenwald 60fc462bd6 Add more reduced test-cases for PR 6171 10 years ago
Yury Delendik 0787182e6f Adds more characters to the PUA range 10 years ago
Jonas Jenwald 7b77408dc1 Add a reduced test-case for issue 4909 10 years ago
Jonas Jenwald aa3a64e975 Skip mapping of CIDFontType2 glyphs when the font either has a |IdentityToUnicodeMap| or a |toUnicodeMap| with 65536 elements (issue 5677) 10 years ago
Tim van der Meij 6007a57291 Add tests and documentation for the annotation border style class 10 years ago
Jonas Jenwald 75624c8d82 Clear the |getSinglePixelWidth| cache when rendering Type3 fonts (issue 6117) 10 years ago
Jonas Jenwald 65fee79c5d Remove issue6113.pdf from the test-suite for failing intermittently in Firefox on the Linux bot 10 years ago
Jonas Jenwald 60fbb5ef69 Ensure that the result of |constructStichedFromIRResult| is a number (issue 6113) 10 years ago
Jonas Jenwald bc5e43b45c Use the Alternate entry, if it exists, in ICCBased Colour Space dictionaries (issue 5836, issue 5939, issue 6055) 10 years ago
Jonas Jenwald 97385587a8 Add a test-case for issue 6099 - CalRGB color space where the parameters are a |Ref| 10 years ago
Jonas Jenwald 5eae3e29c5 Map missing glyphs to the notdef glyph for TrueType (3, 1) fonts (issue 6068) 10 years ago
Jonas Jenwald 6f2f0700b7 Don't map glyphs to certain problematic Thai/Lao Unicode locations (issue 5994) 10 years ago
Jonas Jenwald 64e1fb99fe Fetch parameters if they are |Ref|s in Pattern color spaces (issue 6081) 10 years ago
Jonas Jenwald a28ed7c834 Always traverse the entire parent chain in Page_getInheritedPageProp (issue 5954) 10 years ago
Jonas Jenwald 6fbc5428bd Skip mapping of CIDFontType2 glyphs in fonts with a |IdentityToUnicodeMap|, unless |properties.widths| is defined for the glyph 10 years ago
Jonas Jenwald 44240798be Convert UTF8 encoded passwords to ISO-8859-1 for |R = 6| encryption (issue 6010) 10 years ago
Jonas Jenwald 9788ba0270 Add a reduced test-case for issue 5896 10 years ago
Jonas Jenwald 0365baf5ab Fall back to the |defaultEncoding| when no valid "post" table is found in TrueType fonts (bug 1050040) 10 years ago
Fabian Lange c2013094e7 Apply char spacing only when there are chars. 10 years ago
Jonas Jenwald 760222cf0b Handle the Encoding being a dictionary in PartialEvaluator_preEvaluateFont (bug 1157493) 10 years ago
Jonas Jenwald 4a022bc40a Add a reduced test-case for issue 5801 10 years ago
Jordan Thoms d0ea772fc6 Fix error reading concatenated pdfs 10 years ago
Jonas Jenwald 4c2ad3bc7b Ensure that entries in the Differences array of Type1 fonts are either numbers or names 10 years ago
Jonas Jenwald fda858ae33 Don't map glyphs to certain problematic General Punctuation Unicode locations (bug 911034) 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 e894a0a4c6 Guess CIDFontType0 subtype based on font file contents (issue 5751) 10 years ago