Create text document without LaTeX

Is there a package, preferably in pure Julia, that can create Odt/Pdf documents without LaTeX or Pandoc ?

It looks like WriteDOCX doesn’t use Latex.

Thank you, I have seen WriteDocx, but not SummaryTables. I would like to move away from Microsoft file formats, so those two packages do not fit my needs.

For PDFs, maybe try Typst, while not pure Julia it is also not LaTeX. It is easy to install via its jll package, and there are a couple new packages that are supposed to help using it with Julia. SummaryTables can also export to Typst.

3 Likes