poppler (pdftotext / pdftoppm)
CLIPDF text extraction, page info, and PDF → PNG rendering. The reliable way to read PDFs from a shell.
Extract text from a PDF to stdout (keep layout)Verified macOS · Linux
pdftotext -layout input.pdf -+5 more matching recipesconversion6 recipes · 6 verified
pandoc
CLIUniversal document converter between dozens of formats.
Convert Markdown to PDF without LaTeX (macOS, via Chrome)Verified macOS
pandoc input.md -s -o tmp.html && "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --headless=new --disable-gpu --no-pdf-header-footer --print-to-pdf=output.pdf "file://$PWD/tmp.html"+2 more matching recipesconversion7 recipes · 6 verified