aboutsummaryrefslogtreecommitdiff
path: root/strumenti/rst2pdf.rst
blob: 84bdd18f917e862889ccb4005bccb74c3fdae977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
rst2pdf
-------

.. contents::

rst2pdf_ è uno strumento alternativo per produrre pdf a partire da 
|reST| senza passare da LaTeX ma usando direttamente la libreria 
ReportLab_.

.. _rst2pdf: http://code.google.com/p/rst2pdf/
.. _ReportLab: http://www.reportlab.com/

.. |reST| replace:: reStructuredText

Uso
^^^

Per usare rst2pdf con le impostazioni standard è sufficiente usare::

   rst2pdf [opzioni] [-o destinazione] [documento]

ad esempio, specificando anche che il documento è in italiano::

   rst2html -l it -o documento.pdf documento.rst

Per sfruttare a fondo le sue potenzialità è possibile fornire uno o più 
fogli di stile tramite l'opzione ``-s``; il loro formato è descritto 
dettagliatamente nella documentazione di rst2pdf.