summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-xref.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/pdf/pdf-xref.c')
-rw-r--r--source/pdf/pdf-xref.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/pdf/pdf-xref.c b/source/pdf/pdf-xref.c
index 265b0c05..66bd0ed8 100644
--- a/source/pdf/pdf-xref.c
+++ b/source/pdf/pdf-xref.c
@@ -2732,12 +2732,14 @@ pdf_document *pdf_create_document(fz_context *ctx)
static const char *pdf_extensions[] =
{
"pdf",
+ "pclm",
NULL
};
static const char *pdf_mimetypes[] =
{
"application/pdf",
+ "application/PCLm",
NULL
};