rst2pdf.py is a PDF front-end for Docutils that is compatible with the rst2*.py front ends of the Docutils suite. It enables the generation of PDF documents from a reStructuredText source in one step cleaning up intermediate files.
Questions tagged [rst2pdf]
47 questions
0
votes
1 answer
maintaining formatting of imported text with mako and rst2pdf
I've created a template which renders pdf files from csv input. However, when the csv input fields contain user formatting, with line breaks and indentations, it messes with the rst2pdf formatting engine. Is there a way to consistently deal with…

rudivonstaden
- 7,675
- 5
- 26
- 41
0
votes
1 answer
Embedding HTML in an rst2pdf list-table
I'm using rst2pdf 0.92 on linux, and I am trying to embed html inside a list-table directive, as shown in Dimitri Christodoulou's blog. Robert Alsina mentioned that he had integrated this feature into rst2pdf 0.90.
I'm trying to build an invoice…

Mike Pennington
- 41,899
- 19
- 136
- 174