pdf.js/test/pdfs
Jonas Jenwald 6dfe53b976 [api-minor] Add a parameter to PDFPageProxy_getTextContent that enables replacing of all whitespace with standard spaces in the textLayer (issue 6612)
This patch goes a bit further than issue 6612 requires, and replaces all kinds of whitespace with standard spaces.

When testing this locally, it actually seemed to slightly improve two existing test-cases (`tracemonkey-text` and `taro-text`).

Fixes 6612.
2015-11-25 17:28:40 +01:00
..
.gitattributes Adjusts heuristic for disabling Symbol encoding 2014-01-02 18:44:11 -06:00
.gitignore [api-minor] Add a parameter to PDFPageProxy_getTextContent that enables replacing of all whitespace with standard spaces in the textLayer (issue 6612) 2015-11-25 17:28:40 +01:00
20130226130259.pdf.link Regression test for issue 2842 2013-03-10 11:24:27 +09:00
aboutstacks.pdf.link Address Julian's comments. 2011-12-12 15:09:05 -08:00
alphatrans.pdf Initial alpha transparency support. 2011-10-28 14:10:10 -07:00
annotation-as.pdf.link Support rendering appearance streams for annotations 2013-03-19 12:51:28 -07:00
annotation-border-styles.pdf Add tests and documentation for the annotation border style class 2015-06-17 22:28:08 +02:00
annotation-tx.pdf Add tx annotation test file. 2013-05-31 14:13:23 -07:00
ArabicCIDTrueType.pdf Add and wire in test files 2011-07-13 09:55:13 +01:00
arial_unicode_ab_cidfont.pdf Add test files with CID fonts 2011-07-11 17:55:03 +01:00
arial_unicode_en_cidfont.pdf Add test files with CID fonts 2011-07-11 17:55:03 +01:00
artofwar.pdf.link Disable encryption when a ToUnicode stream is used in a font 2011-09-13 19:23:49 -05:00
asciihexdecode.pdf Adding ASCIIHexDecode pdf to test/pdfs 2011-07-08 23:21:14 +02:00
basicapi.pdf Extract correct PDF format version from the catalog 2015-05-26 01:56:09 +01:00
bigboundingbox.pdf Intersect group bounding box with the current canvas dimensions. 2013-10-10 12:41:11 -07:00
blendmode.pdf Add support for blend modes. 2013-03-11 10:23:47 -07:00
bpl13210.pdf.link (#906) fixing glyph width defined by glyph name 2011-12-07 23:30:48 -06:00
bug766138.pdf.link Implements FFC1 marker (and syncs with jpgjs) 2013-06-25 12:35:34 -05:00
bug808084.pdf.link Ignore malformed dictionary entries. 2013-04-30 15:29:25 -07:00
bug816075.pdf Fix glyph selection for CID fonts that don't actually have CID font files. 2013-05-01 16:42:25 -07:00
bug847420.pdf Add a reduced test case for bug 847420 2014-10-12 22:36:50 +02:00
bug850854.pdf Handle 'space' character correctly in WinAnsiEncoding (bug 850854) 2014-04-08 13:07:29 +02:00
bug859204.pdf Fix loading of fonts with invalid encoding name entry (bug 859204 and 878112) 2014-01-21 02:03:28 +01:00
bug860632.pdf Workaround for some bad Type1 data 2013-11-01 13:58:33 -05:00
bug864847.pdf Adjusts heuristic for disabling Symbol encoding 2014-01-02 18:44:11 -06:00
bug865858.pdf.link Add test case for JPX "Out of packets" error 2014-10-22 10:43:02 +02:00
bug866395.pdf Fix loading of fonts with empty font files (bug 866395 and issue 3522) 2014-05-18 21:41:06 +02:00
bug867484.pdf.link Fixes missing compressed object detection 2013-06-21 18:04:31 -05:00
bug868745.pdf Resizes loca table when needed 2013-11-03 07:29:29 -06:00
bug878026.pdf Handle 'space' character correctly in MacRomanEncoding (bug 878026) 2014-04-07 20:59:26 +02:00
bug878194.pdf.link Improves search of EI (end of inlined image) 2013-06-21 17:03:03 -05:00
bug886717.pdf Handle annotations with no resources. 2013-06-25 14:22:03 -07:00
bug887152.pdf.link Removes browser decoding optimization for JPEG CMYK 2013-07-02 09:46:14 -05:00
bug888437.pdf.link Takes SMask's preblending in account 2013-07-02 14:27:06 -05:00
bug889327.pdf.link Fixes ASCIIHex decoding 2013-07-11 13:33:29 -05:00
bug893730.pdf Try to skip mapping of missing TrueType glyphs 2015-02-07 12:19:38 +01:00
bug894572.pdf Only skip the |!isSymbolicFont| check for TrueType (3, 1) cmap tables if no previous cmap table was found (PR 5703 followup) 2015-02-19 13:58:03 +01:00
bug898853.pdf Read multi-byte character codes based on codespace ranges. 2013-09-25 10:32:04 -07:00
bug900822.pdf Allocates bigger hashData buffer 2013-11-18 07:48:06 -06:00
bug903856.pdf Fixes glyphs with invalid flags 2013-11-13 13:45:59 -06:00
bug911034.pdf Don't map glyphs to certain problematic General Punctuation Unicode locations (bug 911034) 2015-04-09 17:27:03 +02:00
bug921409.pdf Proper glyph selection for CIDFontType0C fonts. 2013-09-30 21:40:28 -07:00
bug921760.pdf.link Adds glyph mapping for standard fonts 2014-01-03 14:17:50 -06:00
bug946506.pdf Fix loading of fonts that are not referenced by an object identifier 2013-12-17 00:19:31 +01:00
bug1001080.pdf Detect scripted auto-print requests 2015-07-20 18:25:02 +02:00
bug1011159.pdf Fixes Type3 negative font direction 2014-08-18 17:57:52 -05:00
bug1020226.pdf Add a unit-test for bug 1020226 2015-10-04 15:45:24 +02:00
bug1020858.pdf Add a reduced load test-case for bug 1020858 2015-10-04 23:49:49 +02:00
bug1027533.pdf Add a reduced test-case for bug 1027533 2014-07-29 16:48:01 +02:00
bug1028735.pdf [CIDFontType2] Map characters missing in toUnicode to the private use area (bug 1028735 and issue 4881) 2014-07-05 00:18:51 +02:00
bug1046314.pdf Don't map glyphs to Unicode position 0x0E33, i.e. Thai character SARA AM (bug1046314) 2015-03-26 13:22:45 +01:00
bug1050040.pdf Fall back to the |defaultEncoding| when no valid "post" table is found in TrueType fonts (bug 1050040) 2015-05-14 13:16:14 +02:00
bug1064894.pdf.link Add a (linked) test case for bug 1064894 2014-12-06 14:15:08 +01:00
bug1065245.pdf Add a reduced test case for PR 5286 2014-10-22 14:11:15 +02:00
bug1072164.pdf.link Fixes decoding for CMYK jpegs. 2014-10-15 15:56:29 -05:00
bug1077808.pdf.link Fix searching for end of inline (EI) images with ASCII85Decode filters (bug 1077808) 2014-12-15 18:48:29 +01:00
bug1108301.pdf Don't map glyphs to Unicode "Dotted circle" combining mark (bug 1108301) 2015-02-27 00:20:38 +01:00
bug1108753.pdf.link Add a (linked) test case for bug 1108753 (PR 5276) 2014-12-09 01:07:38 +01:00
bug1140761.pdf.link Correctly detect the presence of the Adobe specific APP14 JPEG marker (bug 1140761) 2015-03-10 13:07:09 +01:00
bug1142033.pdf.link Skip mapping of CIDFontType2 glyphs in fonts with a |IdentityToUnicodeMap|, unless |properties.widths| is defined for the glyph 2015-05-14 22:38:04 +02:00
bug1151216.pdf Add more reduced test-cases for PR 6171 2015-07-03 13:14:41 +02:00
bug1157493.pdf Handle the Encoding being a dictionary in PartialEvaluator_preEvaluateFont (bug 1157493) 2015-04-25 16:48:14 +02:00
bug1175962.pdf Add more reduced test-cases for PR 6171 2015-07-03 13:14:41 +02:00
bug1186827.pdf Adjust the heuristics used to detect OpenType font file with CFF data (bug 1186827, bug 1182130, issue 6264) 2015-07-25 12:26:36 +02:00
bug1200096.pdf Fallback in readCmapTable, instead of using error, for TrueType fonts with unsupported cmap formats (bug 1200096) 2015-09-01 14:01:19 +02:00
cable.pdf.link nit 2011-11-03 16:29:08 -04:00
calgray.pdf Implement initial CalGray support 2013-10-13 19:55:42 +03:00
calrgb.pdf CalRGB: optimize CalRGB calculations 2014-08-16 11:38:15 +03:00
canvas.pdf Move some files around. 2011-06-23 09:10:06 -07:00
cid_cff.pdf Remove cid dictionary values for normalized fonts. 2012-12-13 12:32:45 -08:00
close-path-bug.pdf Add eq test for close path rendering bug 2011-10-28 16:38:55 +03:00
cmykjpeg.pdf Merge upstream and change test pdf file. 2011-11-22 10:39:26 -08:00
colorkeymask.pdf Adds support for color key mask. 2012-08-28 17:19:31 -07:00
complex_ttf_font.pdf Change the way Type 2 CID fonts are encoded. Move the cmap glyphs above the first 255 unicode values so that fillText does not change them and create an encoding to map characters to the glyphs. 2011-08-19 14:05:07 +01:00
coons-allflags-withfunction.pdf fix handling of flags 1-3 in coons shading 2015-08-03 21:15:26 +02:00
devicen.pdf Replace devicen file with an example we can include. 2011-11-21 17:20:23 -08:00
ecma262.pdf.link BaseFont and misc fonts fixes 2011-08-14 08:40:22 -05:00
endchar.pdf Adds endchar with 4 arguments test. 2013-03-04 14:28:04 -06:00
extgstate.pdf Making the test for extgstate be an 'eq' test and making the extgstate pdf 2011-10-13 14:50:47 -07:00
f1040.pdf.link Clean up test PDF references 2013-12-16 18:39:17 -06:00
filled-background.pdf Implement progressive loading of PDFs 2013-04-12 16:13:22 -07:00
fips197.pdf.link Fixing properties.widths is null issue; fips197 test file 2011-09-14 21:29:32 -05:00
fit11-talk.pdf.link Add fit11-talk as a eq reftest 2011-10-11 18:26:25 -05:00
franz_2.pdf Prevent PartialEvaluator_buildFormXObject from failing if the Matrix or BBox contains indirect objects 2015-09-29 10:11:49 +02:00
franz.pdf Ensure that entries in the Differences array of Type1 fonts are either numbers or names 2015-04-17 20:32:27 +02:00
freeculture.pdf remove glyph references outside range of avaialable glyphs 2011-12-07 21:38:34 -06:00
geothermal.pdf.link adds geothermal.pdf test 2011-12-06 22:33:59 -06:00
german-umlaut-r.pdf Replace the unavailable linked test-cases for PR 2606 with reduced test-cases 2015-11-16 13:15:36 +01:00
gesamt.pdf.link Clean up test PDF references 2013-12-16 18:39:17 -06:00
glyph_accent.pdf Build paths for glyph accents when drawing text as curves 2014-05-14 00:04:44 +02:00
gradientfill.pdf Fix gradients for fill and stroke. 2012-03-29 08:53:51 -07:00
helloworld-bad.pdf Stops objects indexing at the end 2013-08-23 13:03:30 -05:00
High-Pressure-Measurement-WP-001287.pdf.link Ensure that the baseTransform is always defined for TilingPatterns 2015-09-27 22:49:34 +02:00
hmm.pdf.link update manifest of hmm.pdf 2013-03-05 11:33:50 +08:00
html5checker.pdf.link Sanitizing the glyphs to avoid OTS rejections 2012-02-12 21:11:44 -06:00
hudsonsurvey.pdf.link Handle references for color space names that are defined in a dictionary 2011-09-22 13:17:28 -07:00
i9.pdf.link Clean up test PDF references 2013-12-16 18:39:17 -06:00
ibwa-bad.pdf.link Clean up test PDF references 2013-12-16 18:39:17 -06:00
ichiji.pdf.link Pass commonObjs to TilingPattern constructor 2013-03-03 21:36:44 +09:00
intelisa.pdf.link Updated link to new location 2012-01-11 13:47:41 +13:00
issue215.pdf Adjust the heuristics used to detect OpenType font file with CFF data (bug 1186827, bug 1182130, issue 6264) 2015-07-25 12:26:36 +02:00
issue818.pdf.link Add support for type 1 seac charstring command. 2012-07-11 16:29:07 -07:00
issue840.pdf Add PDF from the #840 to the reference tests 2011-12-02 06:55:04 -06:00
issue845r.pdf Replace the unavailable linked test-case for issue 845 with a reduced test-case 2015-11-16 23:38:23 +01:00
issue918.pdf Add reftest for issue #918 2011-12-12 21:42:39 -06:00
issue919.pdf.link (#919) Fixing toUnicode mapping for TrueType fonts with identity mapping 2011-12-09 21:21:58 -06:00
issue925.pdf Fix bad chars in Type2CFF font names. 2012-02-19 22:12:22 -08:00
issue1002.pdf CFF Parser and Compiler. 2012-03-10 19:12:33 -08:00
issue1010.pdf.link Ref test for #1010 2012-01-11 22:19:21 -06:00
issue1015.pdf.link Adding test PDF 2012-01-04 14:49:37 -05:00
issue1045.pdf Test for text layer issue 1045. 2015-11-06 10:55:43 -06:00
issue1049.pdf.link setFont() supports negative size, closes #1049 2012-01-20 18:41:01 -05:00
issue1055r.pdf Replace the unavailable linked test-case for issue 1055 with a reduced test-case 2015-11-18 13:48:44 +01:00
issue1096.pdf.link Changing glyphNameMap and GlyphUnicode lookup order 2012-01-21 17:18:36 -06:00
issue1127.pdf.link Fixing standard encoding mapping 2012-01-26 18:51:58 -06:00
issue1133.pdf.link Lab color space, closes #1133 2012-02-01 17:48:44 -05:00
issue1155.pdf.link oops 2012-02-14 15:00:43 -05:00
issue1169.pdf.link Browser minimal font adjustment 2012-02-04 12:45:18 -06:00
issue1171.pdf Skipping empty font tables 2013-11-01 19:05:17 -05:00
issue1233.pdf.link Suppresses useless for PDF rendering font tables 2012-10-13 11:41:44 -05:00
issue1243.pdf.link Clean up test PDF references 2013-12-16 18:39:17 -06:00
issue1249.pdf Check if glyph are stored outside the glyf table 2012-02-19 20:12:57 -06:00
issue1257.pdf.link Moving all symbolic font glyphs into 0xF000 - 0xF0FF range 2012-02-20 17:19:12 -06:00
issue1293r.pdf Replace the linked test-case for issue 1293 with a reduced test-case 2015-10-29 13:39:29 +01:00
issue1309.pdf.link Add missing .link files; minor fix 2012-03-17 23:22:42 -05:00
issue1317.pdf.link Add missing .link files; minor fix 2012-03-17 23:22:42 -05:00
issue1350.pdf Add test file for string font name. 2012-03-19 09:09:42 -07:00
issue1419.pdf.link Add reftest for undefined colorspace. 2012-07-19 10:58:07 -07:00
issue1453.pdf Add support for hmoveto and vmoveto during flex. 2012-12-20 11:14:10 -08:00
issue1466.pdf.link Improving invalid operations syntax recovery (#1466) (see also #589) 2012-04-04 11:50:20 -05:00
issue1512r.pdf Replace the unavailable linked test-cases for PR 2606 with reduced test-cases 2015-11-16 13:15:36 +01:00
issue1597.pdf.link Add ref test 2012-04-23 17:50:02 -05:00
issue1629.pdf.link Reference test for 1629 2012-05-17 18:34:31 -05:00
issue1655r.pdf Replace the unavailable linked test-case for issue 1655 with a reduced test-case 2015-11-15 15:32:11 +01:00
issue1658.pdf.link Copy decoded image data and keeps non-decoded pixes as transparent 2012-08-20 15:57:21 -05:00
issue1685.pdf.link Discards invalid values for Blues 2012-08-11 23:05:41 -05:00
issue1687.pdf.link Fixes text clipping 2012-10-15 12:52:37 -05:00
issue1709.pdf.link Adjusts MacRoman switch heuristics threshold 2012-05-18 11:15:44 -05:00
issue1721.pdf.link Adjust heuristic to properly handle unicode characters 2012-05-21 22:15:09 -05:00
issue1729.pdf.link Address review comments. 2012-08-06 14:32:54 -07:00
issue1796.pdf.link Added new test pdf to manifest 2012-06-13 10:29:02 -07:00
issue1810.pdf.link Fixes 1810 reftest address 2012-08-29 09:57:41 -05:00
issue1878.pdf.link Fixes compressed object entries caching 2012-11-06 12:05:59 -06:00
issue1905.pdf Fixes incomplete restore in paintFormXObject 2012-10-26 23:30:01 -05:00
issue1912.pdf.link Fixes reading CFF with two .notdef in charset 2012-10-13 15:35:23 -05:00
issue1936.pdf.link Evaluate type 1 charstrings for conversion to type 2. 2013-01-09 17:33:59 -08:00
issue1940.pdf.link Add (linked) ´load` tests for PR 1976 and 4606 2015-09-04 13:19:32 +02:00
issue1985.pdf Stop streams from being sent from worker for indexed color spaces. 2012-08-16 15:22:28 -07:00
issue1998.pdf.link Refactors Lab CS; uses different conversion for D50 and D65; adds getRgbItem 2012-11-30 12:46:55 -06:00
issue2006.pdf.link Fixes function array support for radial/axial pattern 2012-11-24 15:13:13 -06:00
issue2074.pdf Test file for issue 2074 2012-10-13 14:21:59 -05:00
issue2099-1.pdf Handle missing 'FontName' entry in FontDescriptor object 2013-01-15 11:48:20 -08:00
issue2128r.pdf Replace the unavailable linked test-case for issue 2128 with a reduced test-case 2015-11-11 12:49:42 +01:00
issue2129.pdf.link Do not error when an EndOfPage segment is encountered in jbig2 2013-01-15 16:07:01 -08:00
issue2139.pdf.link JBIG2: finds end of segment when length is not specified 2013-02-23 10:35:41 -06:00
issue2176.pdf Fix cff private dictionary key. 2012-12-14 12:44:39 -08:00
issue2177.pdf Sharpen the patterns. 2013-02-28 22:32:43 +02:00
issue2386.pdf.link Fixes encoding reading in CFF fonts 2012-12-09 12:57:40 -06:00
issue2391-1.pdf Skip commands that have too few arguments 2013-01-15 14:07:16 -08:00
issue2391-2.pdf Default to a built-in font if an invalid non-embedded font is encountered 2013-01-16 13:57:41 -08:00
issue2442.pdf.link Tests for OpenType fonts 2013-07-08 21:11:07 -05:00
issue2462.pdf Add support for hmoveto and vmoveto during flex. 2012-12-20 11:14:10 -08:00
issue2531.pdf.link Fix invalid version number in truetype 'head' table 2013-01-30 16:52:19 -05:00
issue2537.pdf.link Sanitization of truetype fonts to fix #2537 2013-01-30 19:01:53 -05:00
issue2537r.pdf Missing test for #2537 (e4c3b4501d) 2014-05-02 14:04:16 -05:00
issue2627.pdf.link Tests for issue 2627 2013-01-30 19:20:04 -05:00
issue2642.pdf.link Fixes symbols positioning in JBIG2 2013-02-22 22:08:46 -06:00
issue2761.pdf Fix lab colorspace decoding and rgb conversion. 2013-04-03 10:36:09 -07:00
issue2770.pdf.link Fix where image component decoding takes place. 2013-03-14 14:06:44 -07:00
issue2799.pdf.link Fixes cvt table length; removes cvt when hints invalid 2013-11-08 11:38:36 -06:00
issue2829.pdf.link test for issue2829. 2013-02-28 08:56:12 +08:00
issue2833.pdf Fixes reading Type1 FontBBox data for usWin values 2013-11-01 11:33:30 -05:00
issue2840.pdf Use |toUnicode| when creating the glyph map for standard CIDFontType2 fonts without embedded font file 2014-09-27 13:20:04 +02:00
issue2853.pdf.link Enable loading of PDFs with invalid document information dictionaries 2013-08-08 19:40:54 +02:00
issue2881.pdf.link Test for issue #2881 2013-05-10 12:57:00 +10:00
issue2931.pdf Add a couple of reduced test-cases for PR 4259 2014-07-31 13:46:11 +02:00
issue2948.pdf Ensure that we don't use the same typed array for both coords and colors in Mesh figures (issue 6287) 2015-07-31 18:00:23 +02:00
issue2956.pdf Strip TT programs if it's invalid 2013-05-02 06:07:46 +09:00
issue2984.pdf.link Clean up test PDF references 2013-12-16 18:39:17 -06:00
issue3025.pdf Removes duplicate entries after reading cmap table 2013-11-01 16:30:28 -05:00
issue3061.pdf Normalize CFF CID sub matrices to work on windows. 2013-04-15 16:14:07 -07:00
issue3062.pdf.link Tests for OpenType fonts 2013-07-08 21:11:07 -05:00
issue3064.pdf.link Fix priority of which font encoding is used. 2013-04-10 09:51:06 -07:00
issue3115r.pdf.link Update the link location for the issue3115 test file 2015-09-15 15:17:07 +02:00
issue3188.pdf Fix type3 font loading regression. 2013-05-03 11:13:45 -07:00
issue3205r.pdf Replace the unavailable linked test-case for issue 3205 with a reduced test-case 2015-09-10 16:59:30 +02:00
issue3207r.pdf Replace the unavailable linked test-case for issue 3207 with a reduced test-case 2015-11-15 13:33:36 +01:00
issue3263r.pdf Replace the unavailable linked test-case for issue 3263 with a reduced test-case 2015-11-13 16:47:02 +01:00
issue3323.pdf Add a couple of reduced test-cases for PR 4259 2014-07-31 13:46:11 +02:00
issue3371.pdf Adds test for issue 3371 and enables testing with password. 2013-06-25 19:56:47 -05:00
issue3384.pdf.link Fix regression from issue 3312 2013-06-24 17:21:12 +02:00
issue3405r.pdf Replace the unavailable linked test-case for issue 3405 with a reduced test-case 2015-11-16 17:06:53 +01:00
issue3427.pdf.link Fixes glyph 0 in CIDTypeFont2 2013-07-29 15:24:32 -05:00
issue3438.pdf Ignoring glyphs without points 2013-11-02 17:07:13 -05:00
issue3458.pdf Paint patterns relative to content base transformation. 2013-07-22 14:52:44 -07:00
issue3521.pdf Support for CMap GBKp-EUC-H 2013-08-11 10:35:56 +02:00
issue3566.pdf Fix handling of multiply-encoded glyphs. 2013-08-22 10:12:16 -07:00
issue3584.pdf Move the creation of canvas path fonts to the worker. 2013-08-19 16:33:20 -07:00
issue3591.pdf.link Adds test case for JPX COC marker 2014-06-13 18:22:42 -05:00
issue3666.pdf.link Transposed feature for text decoding in jbig2 2013-09-26 20:49:02 +02:00
issue3848.pdf.link Don't traverse all pages to get a single page. 2013-11-13 15:27:46 -08:00
issue3879r.pdf Replace the linked test-case for issue 3879 with a reduced test-case 2015-11-01 13:02:10 +01:00
issue3885.pdf Add pdf from issue 3885 to tests 2013-12-19 18:38:44 +01:00
issue3903.pdf.link calgray: fix getRgbBuffer problem 2014-01-01 23:49:03 +02:00
issue3925.pdf.link Prevent updating the current transformation matrix when the stateStack is empty 2013-11-17 01:54:14 +01:00
issue3999.pdf.link [JBIG2] Fix getting decodeParms when it's an array 2013-12-19 20:23:58 +01:00
issue4061.pdf Don't skip mapping of glyphs for CIDFontType2 fonts with a CIDToGIDMap 2015-02-07 12:19:37 +01:00
issue4246.pdf Support for the image mask in higher resolution than the image itself 2014-03-07 02:16:39 +06:00
issue4304.pdf Add a couple of reduced test-cases for PR 4259 2014-07-31 13:46:11 +02:00
issue4379.pdf Add a reduced test case for issue 4379 2014-12-29 16:28:23 +01:00
issue4387.pdf.link Add a (linked) load test for issue 4387 2015-10-04 13:15:10 +02:00
issue4436r.pdf Replace the unavailable linked test-case for issue 4436 with a reduced test-case 2015-09-10 13:01:20 +02:00
issue4461.pdf Add load test for Issue #4461 2014-03-18 14:10:44 +01:00
issue4550.pdf Tests for text layer 2014-04-10 19:22:13 -05:00
issue4573.pdf Fix seac regression. 2014-04-11 09:55:39 -07:00
issue4575.pdf Add a reduced test-case for issue 4575 2015-10-23 15:15:06 +02:00
issue4630.pdf Recognizes ascii type1 encoding 2014-04-17 07:52:33 -05:00
issue4650.pdf Prevent trying to map characters to the specials unicode block in adjustMapping (issue 4650) 2014-04-28 23:33:54 +02:00
issue4665.pdf Add a reduced text test-case for issue 4665 2015-11-07 13:09:08 +01:00
issue4668.pdf Guesses Type1C font type based on file content 2014-04-24 11:48:18 -05:00
issue4722.pdf Add fallback for non-embedded "Century Gothic" CIDFontType2 font (issue 4722 and bug 879561) 2014-12-18 23:19:34 +01:00
issue4800.pdf Add a reduced test-case for issue 4800 2014-07-30 22:15:06 +02:00
issue4801.pdf Fix another seac regression (issue 4801) 2014-07-22 21:44:13 +02:00
issue4875.pdf Add reduced test-cases for issues 4875 and 4881 2014-08-03 18:34:52 +02:00
issue4881.pdf Add reduced test-cases for issues 4875 and 4881 2014-08-03 18:34:52 +02:00
issue4883.pdf.link Adds CMYK JPEG test 2014-06-03 08:56:16 -05:00
issue4890.pdf.link Add a linked test-case for issue 4890 2015-08-18 22:33:09 +02:00
issue4909.pdf Add a reduced test-case for issue 4909 2015-06-25 22:34:44 +02:00
issue4914.pdf.link Add a (linked) test-case for issue 4914 2015-09-26 16:09:10 +02:00
issue4926.pdf.link Fix mishandling of incomplete, inverted masks. 2014-06-13 06:14:52 -07:00
issue4934.pdf Don't blindly trust toUnicode when building toFontChar for non-standard fonts without a font file (issue 4934) 2014-06-14 22:59:08 +02:00
issue5010.pdf Prevent CMapFactory.create from failing by passing the necessary parameters from PartialEvaluator_readToUnicode (issue 5010) 2014-06-27 00:46:16 +02:00
issue5039.pdf Fix loading of PDF files with invalid or missing Type3 characters (issue 5039) 2014-07-24 15:03:22 +02:00
issue5070.pdf Adjust the heuristics to recognize more cases of unknown glyphs for |toUnicode| (issue 5070) 2014-08-03 21:18:23 +02:00
issue5138.pdf Don't map glyphs to unicode non breaking space. 2014-10-02 10:58:56 -07:00
issue5202.pdf Don't skip mapping of glyphs for CIDFontType2 fonts with a CIDToGIDMap 2015-02-07 12:19:37 +01:00
issue5238.pdf Fix Symbol fonts without font file but with Encoding dictionary (issue 5238) 2014-09-16 21:38:53 +02:00
issue5244.pdf Further amend GlyphMapForStandardFonts (issue 5244) 2014-09-01 10:51:22 +02:00
issue5280.pdf Fetches params in makeFilter 2014-09-09 08:29:31 -05:00
issue5291.pdf Add a reduced test case for issue 5291 2014-10-25 11:35:13 +02:00
issue5334.pdf Correctly detect OpenType font files with CFF data 2015-02-28 13:43:53 +01:00
issue5421.pdf Avoid rendering invisible Type3 fonts (issue 5421) 2014-10-18 22:29:21 +02:00
issue5470.pdf Add a reduced test case for issue 5470 2014-11-04 16:16:48 +01:00
issue5475.pdf Test case for issue 5475 2014-12-17 22:46:47 +01:00
issue5481.pdf Test case for issue 5481 2014-12-18 21:26:02 +01:00
issue5501.pdf Add support for TrueType (0, 0) cmap tables (issue 5501 and 5574) 2015-01-11 14:54:12 +01:00
issue5509.pdf.link Fallback to the |Dummy| Pattern when we fail to parse a Shading Pattern (issue 5509) 2014-11-30 21:21:45 +01:00
issue5540.pdf Adds more characters to the PUA range 2015-07-02 16:47:47 -05:00
issue5549.pdf Test case for issue 5549 2014-12-17 22:42:06 +01:00
issue5567.pdf Test case for issue 5567 2015-02-10 00:16:54 +01:00
issue5592.pdf.link CCITTFaxStream: fix regression when EncodedByteAlign is true and EndOfLine is false 2014-12-30 00:07:35 +01:00
issue5599.pdf Ensure that |get fingerprint| doesn't fail if the ID is not an array (issue 5599) 2014-12-30 16:16:43 +01:00
issue5644.pdf.link Avoid getting stuck in empty nodes in the Pages tree when calling |Catalog_getPageDict| (issue 5644) 2015-02-22 17:42:15 +01:00
issue5677.pdf Skip mapping of CIDFontType2 glyphs when the font either has a |IdentityToUnicodeMap| or a |toUnicodeMap| with 65536 elements (issue 5677) 2015-06-18 21:53:15 +02:00
issue5701.pdf Relax the |isSymbolicFont| check for TrueType (3, 1) cmap tables (issue 5701) 2015-02-13 01:03:10 +01:00
issue5704.pdf Try to skip mapping of missing TrueType glyphs 2015-02-07 12:19:38 +01:00
issue5726.pdf.link Fix CCITTStream regression by byte-aligning rows before checking EOL marker 2015-02-13 21:29:00 +01:00
issue5734.pdf Add a reduced test-case for issue 5734 2015-03-05 16:20:03 +01:00
issue5747.pdf Fetch parameters if they are a |Ref| in CalGray/CalRGB color spaces (issue 5747) 2015-02-20 12:53:02 +01:00
issue5751.pdf Guess CIDFontType0 subtype based on font file contents (issue 5751) 2015-03-15 13:35:48 +01:00
issue5752.pdf.link Make XRef_indexObjects more robust against bad PDF files (issue 5752) 2015-08-21 20:33:02 +02:00
issue5801.pdf Add a reduced test-case for issue 5801 2015-04-25 11:28:33 +02:00
issue5874.pdf Skip mapping of CIDFontType2 glyphs in fonts with a |IdentityToUnicodeMap|, unless |properties.widths| is defined for the glyph 2015-05-14 22:38:04 +02:00
issue5896.pdf Add a reduced test-case for issue 5896 2015-05-14 14:08:43 +02:00
issue5909.pdf Fix error reading concatenated pdfs 2015-04-18 20:56:07 +12:00
issue5939.pdf.link Use the Alternate entry, if it exists, in ICCBased Colour Space dictionaries (issue 5836, issue 5939, issue 6055) 2015-06-14 12:10:22 +02:00
issue5954.pdf Always traverse the entire parent chain in Page_getInheritedPageProp (issue 5954) 2015-05-30 12:21:05 +02:00
issue5972.pdf Apply char spacing only when there are chars. 2015-05-13 23:45:20 +02:00
issue5994.pdf Don't map glyphs to certain problematic Thai/Lao Unicode locations (issue 5994) 2015-06-05 23:53:22 +02:00
issue6006.pdf apply transformation matrix to RadialGradient radiuses, 2015-11-17 00:20:42 +01:00
issue6010_1.pdf Convert UTF8 encoded passwords to ISO-8859-1 for |R = 6| encryption (issue 6010) 2015-05-14 21:46:31 +02:00
issue6010_2.pdf Convert UTF8 encoded passwords to ISO-8859-1 for |R = 6| encryption (issue 6010) 2015-05-14 21:46:31 +02:00
issue6019.pdf Test case from #6019. 2015-11-03 09:03:08 -06:00
issue6068.pdf Map missing glyphs to the notdef glyph for TrueType (3, 1) fonts (issue 6068) 2015-06-06 18:28:16 +02:00
issue6069.pdf Subtract start offset for xrefs in recovery mode 2015-07-10 23:33:10 +02:00
issue6081.pdf Fetch parameters if they are |Ref|s in Pattern color spaces (issue 6081) 2015-06-04 22:01:01 +02:00
issue6099.pdf Add a test-case for issue 6099 - CalRGB color space where the parameters are a |Ref| 2015-06-09 17:52:36 +02:00
issue6106.pdf Detect scripted auto-print requests 2015-07-20 18:25:02 +02:00
issue6108.pdf Improve robustness of stream parser (invalid length) 2015-07-11 20:12:49 +02:00
issue6113.pdf Add a reduced test-case for issue 6113 2015-08-30 01:23:52 +02:00
issue6117.pdf.link Clear the |getSinglePixelWidth| cache when rendering Type3 fonts (issue 6117) 2015-06-17 14:30:32 +02:00
issue6151.pdf Add a reduced test-case for issue 6151 2015-10-23 18:50:14 +02:00
issue6231_1.pdf Correctly access colorSpace.numComps in MeshStreamReader (issue 6287) 2015-07-31 18:00:58 +02:00
issue6238.pdf.link Check if the Decode entry is non-default when deciding if JPEG images are natively supported/decodable (issue 6238) 2015-07-21 12:23:07 +02:00
issue6336.pdf Adjust which TrueType (3, 1) glyphs we attempt to skip mapping of (issue 6336) 2015-08-09 12:51:43 +02:00
issue6360.pdf.link Also check maybeLength when deciding if a stream is empty in Parser_makeFilter (issue 6360) 2015-08-20 23:04:18 +02:00
issue6364.pdf.link Only take the fast-path in PDFImage_createImageData for un-masked JPEG images with "standard" colour spaces (issue 6364) 2015-08-18 22:25:37 +02:00
issue6387.pdf Fix text spacing with vertical fonts (#6387) 2015-09-15 09:28:45 +02:00
issue6410.pdf Only choose a (3, 1) cmap table for TrueType fonts that have an encoding specified (issue 6410) 2015-09-07 16:56:05 +02:00
issue6413.pdf Add a reduced test-case for issue 6413 2015-09-03 22:29:12 +02:00
issue6541.pdf Prevent getOperatorList from failing to correctly parse OPS.paintXObject for TilingPatterns that are missing some /Resources entries (issue 6541) 2015-10-21 21:30:56 +02:00
issue6612.pdf [api-minor] Add a parameter to PDFPageProxy_getTextContent that enables replacing of all whitespace with standard spaces in the textLayer (issue 6612) 2015-11-25 17:28:40 +01:00
issue6621.pdf Ignore the /Mask entry in images unless its /ImageMask entry is explicitly set to true (issue 6621) 2015-11-12 22:49:26 +01:00
jai.pdf.link Add JAI.pdf (issue #292) to the ref tests 2011-08-14 12:26:48 -05:00
javauninstall-7r.pdf Replace the unavailable linked test-case for PR 2875 with a reduced test-case 2015-09-16 13:59:58 +02:00
JST2007-5.pdf.link Add a dummy byte at end of the CFF table to satisfy sanitizer 2013-02-23 20:58:54 +09:00
kdchart.pdf.link Fixes a broken pdf link for kdchart.pdf 2013-05-15 21:31:17 +02:00
link-annotation-border.pdf.link Adds missing link-annotation-border file and lint error 2013-05-29 22:05:53 -05:00
liveprogramming.pdf.link add liveprogramming as load test 2012-01-09 20:37:39 -06:00
mao.pdf.link Implement "B5pc-H" CMap 2013-03-16 19:46:10 +09:00
mixedfonts.pdf Replace test pdf tcpdf 33 by custom generated pdf. 2012-04-17 10:39:17 -07:00
mmtype1.pdf Add support for MMType1 fonts with embedded font files 2014-09-18 16:10:46 +02:00
noembed-eucjp.pdf Added tests for PDFs having 'H', 'EUC-H', and '90ms' encodings 2013-01-17 00:13:34 +09:00
noembed-identity-2.pdf Add Hankaku-Latin cid to Unicode mappings 2013-01-30 21:48:18 +09:00
noembed-identity.pdf Added a test PDF having Identity-H encoding without embedded font 2013-01-13 04:21:30 +09:00
noembed-jis7.pdf Added tests for PDFs having 'H', 'EUC-H', and '90ms' encodings 2013-01-17 00:13:34 +09:00
noembed-sjis.pdf Added tests for PDFs having 'H', 'EUC-H', and '90ms' encodings 2013-01-17 00:13:34 +09:00
ocs.pdf.link A new (valid) link for Cyrillic_Alphabets-Chars.pdf test file. 2012-06-03 12:15:25 +02:00
ohkubo-SS04.pdf.link Convert cid to Unicode when rebuilding Type 2 CID fonts encoded with non-Identity CMap 2013-03-02 21:25:35 +09:00
openoffice.pdf Replace the unavailable linked test-case for PR 197 with a reduced test-case 2015-11-15 20:07:54 +01:00
P020121130574743273239.pdf.link Implement "90pv" CMap 2013-03-02 11:02:35 +09:00
pal-o47.pdf.link Add standard font name test (also for #621) 2011-10-11 19:45:55 -05:00
pdf.pdf.link Move some files around. 2011-06-23 09:10:06 -07:00
pdfjsbad1586.pdf Replacing test with simulated bad pdf 2012-04-24 18:53:11 -05:00
pdfkit_compressed.pdf Add and fix pdfkit_compressed.pdf 2012-03-01 21:23:36 -06:00
pdkids.pdf.link Add PdKids.pdf as a ref test 2011-08-30 22:32:56 -05:00
personwithdog.pdf Implements shading types 4-7 2014-01-27 20:35:51 -06:00
piperine.pdf.link Add paperine test 2011-11-29 22:22:30 -06:00
pr4606.pdf.link Add (linked) ´load` tests for PR 1976 and 4606 2015-09-04 13:19:32 +02:00
pr4731.pdf.link Add a (linked) load test for PR 4731 2015-08-31 17:15:41 +02:00
pr4897.pdf.link Add a (linked) test-case for PR 4897 2015-10-04 13:54:05 +02:00
pr4922.pdf Add a reduced test-case for PR 4922 2015-09-05 12:51:05 +02:00
pr6531_1.pdf Add unit-tests for PR 6531 2015-10-16 18:54:18 +02:00
pr6531_2.pdf Add unit-tests for PR 6531 2015-10-16 18:54:18 +02:00
preistabelle.pdf.link Checking if it's a true symbolic truetype font 2012-03-25 16:30:44 -05:00
protectip.pdf.link Add test case. 2011-11-29 15:47:53 -08:00
rotated.pdf Fixes Text rotation issue #2095 2013-06-30 03:52:30 +05:30
rotation.pdf Adding support for page rotation 2011-08-06 14:41:18 -07:00
S2.pdf Add example PDF from #268 2012-01-11 20:14:49 -06:00
scan-bad.pdf Add bad PDF with lots of extra bytes at the end 2011-12-08 19:17:24 -06:00
SFAA_Japanese.pdf.link Implement "83pv" CMap and fix CIDFontType0 handling 2013-02-28 00:44:38 +09:00
shading_extend.pdf Adds support for the extend option for linear and radial shadings. 2012-06-07 16:00:07 -07:00
shavian.pdf.link Clean up test PDF references 2013-12-16 18:39:17 -06:00
simpletype3font.pdf #502 Adding basic Type3 font support. 2011-10-03 16:36:01 -07:00
sizes.pdf Support for multi-size page PDFs 2011-06-26 09:15:33 -05:00
smaskdim.pdf Change test case. 2011-12-18 17:28:25 -08:00
TAMReview.pdf Add 'Indexed' cs abbreviation 2012-03-17 17:35:04 -05:00
TaroUTR50SortedList112.pdf.link Fixes Text rotation issue #2095 2013-06-30 03:52:30 +05:30
tcpdf_033.pdf.link Initial CID0 font encodings 2011-09-28 19:54:40 -05:00
tensor-allflags-withfunction.pdf Test case for tensor shading PR 6310 2015-08-04 23:55:55 +02:00
Test-plusminus.pdf Fixing DescendantFonts object fetching (#600) 2011-10-07 22:46:01 -05:00
ThuluthFeatures.pdf Add test case 2011-10-04 16:18:39 +01:00
tracemonkey.pdf Move some files around. 2011-06-23 09:10:06 -07:00
transparency_group.pdf Add basic support for transparency groups. 2013-03-12 17:20:38 -07:00
TrueType_without_cmap.pdf Prevent readCmapTable from failing if the cmap is missing in TrueType fonts 2015-11-08 16:48:37 +01:00
tutorial.pdf.link Use unicode mapping cmap when simple identity cmap was originally used 2011-12-05 20:42:39 -06:00
txt2pdf.pdf.link Handle missing encoding differences array 2011-09-20 15:42:52 -07:00
type4psfunc.pdf Add test pdf for type4 postscript functions. 2011-12-28 21:23:17 -08:00
unix01.pdf.link Fixing "no spaces" issue (ref #577) 2011-10-01 21:24:11 -05:00
usmanm-bad.pdf.link fixing usmanm-bad.pdf link 2012-03-22 18:07:40 -05:00
vertical.pdf Implements vertical writing 2013-02-15 03:53:34 +09:00
vesta.pdf.link Recovering from RGBT-command (ref #577) 2011-10-01 19:01:58 -05:00
wdsg_fitc.pdf.link Clean up test PDF references 2013-12-16 18:39:17 -06:00
wnv_chinese.pdf.link Clean up test PDF references 2013-12-16 18:39:17 -06:00
xref_command_missing.pdf Make XRef_indexObjects even more robust against bad PDF files, by checking for the existence of 'trailer' if 'xref' is not found 2015-10-01 15:01:25 +02:00
yo01.pdf.link Regression test for issue 2842 2013-03-10 11:24:27 +09:00
ZapfDingbats.pdf Add ZapfDingbats testcase 2014-09-03 21:57:57 +02:00
zerowidthline.pdf Fix zero width lines. 2012-01-17 20:50:49 -08:00