debian man page for rst2pdf

Query: rst2pdf

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

RST2PDF(1)						      General Commands Manual							RST2PDF(1)

NAME
rst2pdf - Convert reStructuredText documents to PDF
SYNOPSIS
rst2pdf [options]
DESCRIPTION
The usual way of creating PDF from reStructuredText (ReST) is by going through LaTeX. The rst2pdf utility provides an alternative by pro- ducing PDF directly using the ReportLab library.
OPTIONS
--output=FILE, -o FILE Specify output location. --stylesheet=STYLESHEET, -s STYLESHEET Specify custom stylesheets (comma-seperated) --compressed, -c Create a compressed PDF. --print-stylesheet Print the default stylesheet and exit. --language=LANG, -l LANG Language to be used for hyphenation. --break-level=LEVEL, -b LEVEL Maximum section level that starts in a new page. (Default: 1) --font-folder=FOLDER Search this folder for fonts --quiet, -q Print less information. --verbose, -v Print debugging information. --very-verbose Print even more debugging information. -help, -h Show help message.
EXAMPLES
$ rst2pdf rest.txt -o out.pdf Produce an out.pdf file which is a PDF version of the ReST document rest.txt.
AUTHOR
rst2pdf was written by Roberto Alsina <ralsina@netmanagers.com.ar>. This manual page was written by Chris Lamb <chris@chris-lamb.co.uk>, for the Debian project (but may be used by others). September 01, 2008 RST2PDF(1)
Related Man Pages
ipe(1) - debian
pdfseparate(1) - debian
podofoincrementalupdates(1) - debian
ps2pdf(1) - centos
pstopdf(1) - suse
Similar Topics in the Unix Linux Community
txt2pdf 9.6 (Default branch)
Producing visually pleasant documents from plain text with reStructuredText and rst2a
txt2pdf 9.7 (Default branch)
rst2pdf 0.8.1 (Default branch)
Running unix commands through perl