Questions tagged [pypandoc]
46 questions
0
votes
0 answers
RuntimeError: Pandoc died with exitcode "47" during conversion: pdflatex not found. Please select a different --pdf-engine or install pdflatex`
I want to convert my word .docx file to pdf using Python.
import os
import pypandoc
from django.http import FileResponse
newdir = os.path.abspath(os.path.join(os.path.dirname(__file__)))
if not os.path.exists(newdir):
…

ninjacode
- 318
- 2
- 18
0
votes
2 answers
Cannot add image from docx file to html file using pypandoc
I am trying to convert a docx file to html file using pypandoc package in python. Here's my code(removed the file paths) -
import pypandoc
filename =…

Divyayan Dey
- 1
- 3
0
votes
1 answer
pypandoc html to md table
I'm trying to use pypandoc to translate HTML into md markdown (for use with Hugo).
The following barebones table:
Case ID | …