diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2018-02-27 11:12:10 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2018-02-27 12:58:56 +0100 |
commit | 22d0a3d5d2a122d77212c588f32032cf987cc0ae (patch) | |
tree | 859fd6b72a5522b6edb037c771a1e41809a4a20b /source | |
parent | dd76e14575a9f9779197c8f0771cc4c19990eded (diff) | |
download | mupdf-22d0a3d5d2a122d77212c588f32032cf987cc0ae.tar.xz |
Recognize Adobe illustrator files as PDF format.
Diffstat (limited to 'source')
-rw-r--r-- | source/pdf/pdf-xref.c | 1 |
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 }; |