You are not logged in.

#1 2024-06-19 12:12:14

bobhund
Member
Registered: 2016-10-25
Posts: 67

pandoc pdfengine [solved]

I have installed pandoc in order to be able to export my markdowns as pdf. But it prompts me that I need a pdf engine in order to do this, and I am not able to find one. Has anyone solved this?

Last edited by bobhund (2024-06-19 16:30:18)

Offline

#2 2024-06-19 14:44:12

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,611

Re: pandoc pdfengine [solved]

From the pandoc manual -

To produce a PDF, specify an output file with a `.pdf` extension:

    pandoc test.txt -o test.pdf

By default, pandoc will use LaTeX to create the PDF, which requires
that a LaTeX engine be installed (see `--pdf-engine` below).

so install LaTeX

full manual - https://github.com/jgm/pandoc/blob/main/MANUAL.txt


You must unlearn what you have learned.
    -- yoda

Offline

#3 2024-06-19 16:29:40

bobhund
Member
Registered: 2016-10-25
Posts: 67

Re: pandoc pdfengine [solved]

Thank you, much apreciated

Offline

Board footer

Powered by FluxBB