HTML to DOCX Conversion: dynamic value capturing for page header in docx #9553
Unanswered
vishalmudgalpw
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When converting HTML documents to DOCX format using Pandoc, header values specified in the HTML document are not captured and inserted into the output DOCX file. Instead, only the default header value specified in the Pandoc custom-reference document is used.
custom-reference-4.docx
output-3.docx
input-3.html
pandoc --standalone --reference-doc=custom-reference-4.docx input-3.html -o output-3.docx
Beta Was this translation helpful? Give feedback.
All reactions