Open Moulick opened 1 year ago
I can confirm that pandoc parses this docx into an empty document. Will need to examine it more closely to see why.
I suspect this is actually just another manifestation of #3086.
In your docx, the textual content comes under <v:textbox>
elements.
They are also under <mc:AlternativeContent> / <mc:Fallback>
. so #5394 may also be relevant.
Sketch of the xml structure:
<w:p>
<w:r>
<mc:AlternateContent>
<mc:Choice Requires="wps">
<w:drawing>
<mc:Fallback>
<w:pict>
...
<v:textbox>
<w:txbxContent>
<w:p>
...textual content here...
Explain the problem.
pandoc
fails to convert adocx
file topdf
. It outputs a empty PDF file from this particular pdf. File attached new_resume_001.docxPandoc version? What version of pandoc are you using, on what OS? (If it's not the latest release, please try with the latest release before reporting the issue.)
OS: MacOS 13.5 (22G74)
I have tried with
basictex
andmactex
(15 March 2023 5.51 GB). Same result in both.