From 6d7ad103b599bc0ef12c7dfe5bab2580d7af9a42 Mon Sep 17 00:00:00 2001 From: jonathan-dh Date: Mon, 18 Jun 2012 23:32:17 +0800 Subject: [PATCH] Add .docx support --- DocumentConverter.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DocumentConverter.py b/DocumentConverter.py index 2d42fd5..cf35ae0 100644 --- a/DocumentConverter.py +++ b/DocumentConverter.py @@ -60,6 +60,9 @@ "doc": { FAMILY_TEXT: { "FilterName": "MS Word 97" } }, + "docx": { + FAMILY_TEXT: { "FilterName": "MS Word 2007 XML" } + }, "rtf": { FAMILY_TEXT: { "FilterName": "Rich Text Format" } },