1trml2pdf(1) General Commands Manual trml2pdf(1)
2
3
4
6 trml2pdf - convert RML (Report Markup Language) to PDF
7
9 trml2pdf input.rml > output.pdf
10
12 Tiny RML2PDF is a tool to easily create PDF document without program‐
13 ming. It can be used as a Python library or as a standalone binary. It
14 converts a RML, an XML dialect that lets you define the precise appear‐
15 ance of a printed document, to a PDF. You can use your existing tools
16 to generate an input file that exactly describes the layout of a
17 printed document, and RML2PDF converts it into PDF. RML is a much more
18 powerful and flexible alternative to XSL:FO.
19
21 trml2pdf was written by Fabien Pinckaers.
22
23 This manual page was written by Raphael Hertzog <hertzog@debian.org>,
24 for the Debian project (but may be used by others).
25
26
27
28 2007-07-31 trml2pdf(1)