diff --git a/test/pdfs/ArabicCIDTrueType.pdf b/test/pdfs/ArabicCIDTrueType.pdf new file mode 100644 index 000000000..0821ccdbd Binary files /dev/null and b/test/pdfs/ArabicCIDTrueType.pdf differ diff --git a/test/test_manifest.json b/test/test_manifest.json index d8a8e8f7d..6c1ff71cd 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -48,5 +48,20 @@ "link": true, "rounds": 1, "type": "load" + }, + { "id": "openofficecidtruetype-pdf", + "file": "pdfs/arial_unicode_en_cidfont.pdf", + "rounds": 1, + "type": "load" + }, + { "id": "openofficearabiccidtruetype-pdf", + "file": "pdfs/arial_unicode_ab_cidfont.pdf", + "rounds": 1, + "type": "load" + }, + { "id": "arabiccidtruetype-pdf", + "file": "pdfs/ArabicCIDTrueType.pdf", + "rounds": 1, + "type": "load" } ]