I’ve been using Quillnote for a long time now and this is a feature I’ve been sorely missing, are there other apps that can help me do the conversion?
I use pandoc:
pandoc input.md -o out.pdf
It can use LaTeX or pdfroff for the PDF generation as well as some other backends that I haven’t tried yet. The --pdf-engine
flag lets you choose between them.
Oh, so there are some available engines on Termux? I had tried just what you did and not specifying the engine would result in an error of missing pdflatex
, could you give me the whole command please? Or the packages I need to install first