Explain the problem.
Command: pandoc --extract-media=. image_bug.docx -o image_bug.typ
Input file: image_bug.docx
Edit: here's a second example file: image_bug2.docx
I would expect the output to be a image_bug.typ containing some text with an image and a media folder with one image in it.
Unfortunately, it doesn't output the media folder or have a link to the image. It just shows some text.
I'm not sure what's going on with this Word document. I isolated the issue down the to smallest reproducible bug which was just the text and the image. If the text is removed the image seems to work fine. Also, this is an extract from a document I did not create so I cannot explain why the text is inside the shape like that. However, it's probably a case that should cause an error or be handled appropriately.
As always, thanks for taking the type to help with this!
Pandoc version?
pandoc 3.9 on macOS
Explain the problem.
Command:
pandoc --extract-media=. image_bug.docx -o image_bug.typInput file: image_bug.docx
Edit: here's a second example file: image_bug2.docx
I would expect the output to be a
image_bug.typcontaining some text with an image and amediafolder with one image in it.Unfortunately, it doesn't output the media folder or have a link to the image. It just shows some text.
I'm not sure what's going on with this Word document. I isolated the issue down the to smallest reproducible bug which was just the text and the image. If the text is removed the image seems to work fine. Also, this is an extract from a document I did not create so I cannot explain why the text is inside the shape like that. However, it's probably a case that should cause an error or be handled appropriately.
As always, thanks for taking the type to help with this!
Pandoc version?
pandoc 3.9 on macOS