summaryrefslogtreecommitdiff
path: root/source/pdf
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-02-27 11:12:10 +0100
committerTor Andersson <tor.andersson@artifex.com>2018-02-27 12:58:56 +0100
commit22d0a3d5d2a122d77212c588f32032cf987cc0ae (patch)
tree859fd6b72a5522b6edb037c771a1e41809a4a20b /source/pdf
parentdd76e14575a9f9779197c8f0771cc4c19990eded (diff)
downloadmupdf-22d0a3d5d2a122d77212c588f32032cf987cc0ae.tar.xz
Recognize Adobe illustrator files as PDF format.
Diffstat (limited to 'source/pdf')
-rw-r--r--source/pdf/pdf-xref.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/pdf/pdf-xref.c b/source/pdf/pdf-xref.c
index 7e38706b..013c6b77 100644
--- a/source/pdf/pdf-xref.c
+++ b/source/pdf/pdf-xref.c
@@ -2744,6 +2744,7 @@ static const char *pdf_extensions[] =
{
"pdf",
"pclm",
+ "ai",
NULL
};