Hacker News new | ask | show | jobs
by mkesper 2851 days ago
Pandoc can convert into ConTeXt which can produce PDF/A (tagging included) easily. Why this can't be done in one command like with xelatex, wkhtml2pdf and what else is supported, I don't know. Many programs can be used to create PDFs but the quality of output isn't always the same.
1 comments

> Why this can't be done in one command

ConTeXt is supported as well: `pandoc input.md -t context -o output.pdf`