Docx writer: Handle PDF images.
This commit is contained in:
parent
f40eab3540
commit
cae409725f
1 changed files with 1 additions and 0 deletions
|
@ -680,6 +680,7 @@ imgPath ident img = "media/" ++ ident ++
|
||||||
Just Png -> ".png"
|
Just Png -> ".png"
|
||||||
Just Jpeg -> ".jpeg"
|
Just Jpeg -> ".jpeg"
|
||||||
Just Gif -> ".gif"
|
Just Gif -> ".gif"
|
||||||
|
Just Pdf -> ".pdf"
|
||||||
Nothing -> ""
|
Nothing -> ""
|
||||||
|
|
||||||
br :: Element
|
br :: Element
|
||||||
|
|
Loading…
Reference in a new issue