Discussion:
[Docutils-users] rst2pdf version 0.12.1 released
Roberto Alsina
2009-10-14 02:29:57 UTC
Permalink
I just uploaded rst2pdf 0.12.1 to http://rst2pdf.googlecode.com

This release has no new features, just some bugs fixed. If you had problems
with previous releases, this could be a good one to try ;-)

For more details, see the changelog:
http://code.google.com/p/rst2pdf/source/browse/branches/0.12/CHANGES.txt

Rst2pdf is a tool to generate PDF files directly from restructured text
sources via reportlab.

Rst2pdf aims to support the full restructured text feature set, and is very
close to that goal, while also including some of the more experimental
features, like a source code directive with syntax highlighting and math
notation support with LaTeX-like syntax.

It supports embedding arbitrary fonts, both True Type and PS Type 1, both
raster and vector images (including SVG and PDF), page transition effects,
multiple, flexible page layouts, cascading styles, and much, much more.

Best regards,
--
("\''/").__..-''"`-. . Roberto Alsina
`9_ 9 ) `-. ( ).`-._.`) KDE Developer (MFCH)
(_Y_.)' ._ ) `._`. " -.-' http://lateral.netmanagers.com.ar
_..`-'_..-_/ /-'_.' The 6,855th most popular site of Slovenia
(l)-'' ((i).' ((!.' according to alexa.com (27/5/2007)
Rajesh Jai
2014-02-19 05:36:08 UTC
Permalink
Hi

In rst2pdf i got same error what you have, after some change Working for
me.........!!!

I modified the conf.py(In Sphinx) to include the following:

sys.path.insert(0, os.path.abspath('.'))

extensions = ['sphinx.ext.autodoc','rst2pdf.pdfbuilder']

pdf_documents = [ ('index', u'MyProject', u'My Project', u'Author Name') ]

pdf_language = "en_US"

pdf_break_level = 1

pdf_use_toc = True

pdf_toc_depth = 9999

pdf_use_numbered_links = False

pdf_fit_background_mode = 'scale'

then run

sphinx-build -bpdf docs/ ~/Desktop/



note: docs - source path Desktop - destination path

This is the result:
http://dl.dropboxusercontent.com/u/607635/osgeo_live/test_osgeolive.pdf
Loading...