None
Lateral Opinion
Available in: Español • English

rst2pdf

Posts about rst2pdf, a tool to convert Restructured Text to PDF using reportlabs

There are 0 stories and 17 posts tagged rst2pdf


Posts tagged rst2pdf

2008-09-05 18:38:43

rst2pdf 0.7is out, better than ever!

Right on schedule, everything I promised, plus much simpler/smarter font embedding, and maybe a bag of chips. More at http://rst2pdf.googlecode.com . ...
2008-09-04 11:08:43

rst2pdf: What will be new tomorrow

Keeping with my new time-based release schedule, tomorrow is again rst2pdf release day! What will be new in 0.7? Several things! ...
2008-09-02 23:49:01

rst2pdf: progress in smartframe branch

Yes, it is getting better. Now there are left-floating or right-floating elements, and you can float pretty much anything (except literal blocks, that's a problem) by using the class directive. Here's how it looks: ...
2008-08-31 23:01:50

rst2pdf: smartframes branch

Today I started a branch called SmartFrames. The main goal is to achieve a better text flow in the document (for example, for sidebars), and it is starting to get there, slowly. ...
2008-08-30 03:00:34

rst2pdf 0.6 is out, get it while it's hot!

Many new features. Custom page layouts! Multiple frames per page! Multiple layouts per document! Cascading stylesheets! Not very buggy! Get it at http://rst2pdf.googlecode.com or via PyPI. ...
2008-08-27 23:46:35

How pretty is rst2pdf's output? Take a look.

I am a big Alexandre Dumas fan. He's the direct ancestor of Neal Stephenson, so many of you should like him too. So I used one of his best books to try some automatic typesetting of project gutenberg texts. ...
2008-08-25 14:42:11

rst2pdf: release fever!

I did a release yesterday, and another today of my rst-to-pdf-without-latex tool. What's new? Here's an incomplete list: ...
2008-08-24 13:33:38

rstpdf love: syntax highlighting

This mini-sprint is doing wonders for rst2pdf. Now on SVN: pygments-based syntax highlighting. Example here : rst2pdf's code, in a PDF by rst2pdf. ...
2008-08-24 10:11:15

This friday will see a new rst2pdf release

Following my new policy of one release every friday, in 6 days you will see a rst2pdf release. But not any release: a great release. ...
2008-08-23 20:26:06

Some more rst2pdf love, time-based releases of my code

Since revision #17_ you can display Page numbers in headers and footers (only!) by using this syntax: ...
2008-08-22 23:08:14

Creating PDF Reports with Python and Restructured Text

This article is inspired by a thread in the PyAr mailing list. Here´s the original question (translated): ...
2008-08-22 17:51:47

Giving rst2pdf some love

Because of a thread in the PyAr list about generating reports from Python, I suggested using ReST and my rst2pdf script. ...
2008-02-09 12:02:44

rst2pdf: New and improved

My rst2pdf script has had several things happen to it. ...
2007-10-11 08:30:14

rst2pdf again

I did a little (very little) more work on rst2pdf [1] ...
2007-10-06 11:26:17

Done with rst2pdf for now

It works much better than it did last night. ...
2007-10-05 22:26:08

Generating PDFs from Restructured text

This has always been possible, going via LaTeX. ...