Docx writer: Handle PDF images.

This commit is contained in:
John MacFarlane 2013-02-23 23:04:42 -08:00
parent f40eab3540
commit cae409725f

View file

@ -680,6 +680,7 @@ imgPath ident img = "media/" ++ ident ++
Just Png -> ".png"
Just Jpeg -> ".jpeg"
Just Gif -> ".gif"
Just Pdf -> ".pdf"
Nothing -> ""
br :: Element