Rst2pdf

Latest version: v0.103.1

Safety actively analyzes 723200 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 7

0.93

-----------------

* Fixed Issue 447: Double-sided always starts on the right (By Rob Ludwick)

* Removed --first-page-even as it was not used anywhere.
* Added --first-page-on-right

* Fixed Issue 464: support alignment via :class: in image directives.
* Fixed Issue 482: Line blocks with indented parts get extraneous spacing
* Fixed Issue 470: Support for :target: in figures.
* New style "image" to be applied to image directives.
* Fixed Issue 485: Better styling support for figures/images (spaceBefore/After)
* Support rst2pdf [inf [outf]] syntax to be more compatible with rst2*
* Implemented Issue 389: New --strip-element-with-class option
* Fixed Issue 474: CellStyle1 is not there in reportlab 2.6
* Removed default padding from DelayedTable, which looked bad
on headers/footers.
* Improvements to the math directive (font color and size)
* Better support for styling literals.
* Fixed Issue 454 (Splitting failure)
* Regressed Issue 374 (some literal blocks get oversplit)
* Switched from svglib to svg2rlg
* Removed uniconvertor support
* Fixed Issue 477: Sink footnote separator (patch by asermax)
* Fixed Issue 473: Support "code" directive like an alias of code-block.
* Fixed Issue 472: Implemented MyImage._unRestrictSize
* Fixed Issue 471: Respect class in lineblocks.
* Fixed Issue 455: New pisa/xhtml2pdf has very different imports
* Reopened Issue 289: Broken bullet customization.
* Reopened Issue 310: Line numbers in code blocks are wrong
* Reopened Issue 337: Bad layout with inline images in tables
* Marked Issue 358 as fixed.
* Fixed Issue 410: always include full lines in code-blocks (mmueller patch)
* Regression in fancytitles extension: Issue 486

0.92

-----------------

* Fixed Issue 394; missing _restrictSize method with RL 2.5
* Fixed Issue 452: applying missing classes to lists crashed rst2pdf
* Fixed Issue 427: multiple spaces collapsed on inline literals.
* Fixed Issue 451: roman.py was moved in docutils 0.9
* Fixed Issue 446: made it work again with python 2.4

0.91

-----------------

* Fixed Issue 438: sphinx support was completely broken in 0.90

0.90

-----------------

* Added raw HTML support, by Dimitri Christodoulou
* Fixed Issue 422: Having no .afm files made font lookup slow.
* Fixed Issue 411: Sometimes the windows registry has the font's abspath.
* Fixed Issue 430: Using --config option caused other options to
be ignored (by charles at cstanhope dot com)
* Fixed Issue 436: Add pdf_style_path to sphinx (by tylerdatastax.com)
* Fixed Issue 428: page numbers logged as errors
* Added support for many pygments options in code-block (by Joaquin Sorianello)
* Implemented Issue 404: plantuml support
* Issue 399: support sphinx's template path option
* Fixed Issue 406: calls to the wrong logging function
* Implemented Issue 391: New --section-header-depth option.
* Fixed Issue 390: the --config option was ignored.
* Added support for many pygments options in code-block (by Joaquin Sorianello)
* Fixed Issue 379: Wrong style applied to paragraphs in definitions.
* Fixed Issue 378: Multiline :address: were shown collapsed.
* Implemented Issue 11: FrameBreak (and conditional FrameBreak)
* The description of frames in page templates was just wrong.
* Fixed Issue 374: in some cases, literal blocks were split inside
a page, or the pagebreak came too early.
* Fixed Issue 370: warning about sphinx.addnodes.highlightlang not being
handled removed.
* Fixed Issue 369: crash in hyphenator when specifying "en" as a language.
* Compatibility fix to Sphinx 0.6.x (For python 2.7 docs)

0.16

-----------------

* Fixed Issue 343: Plugged memory leak in the RSON parser.
* Fix for Issue 287: there is still a corner case if you have two sections
with the same title, at the same level, in the same page, in different files
where the links will break.
* Fixed Issue 367: german-localized dates are MM. DD. YYYY so when used in sphinx's
template cover they appeared weird, like a list item. Fixed with a minor workaround in
the template.
* Fixed Issue 366: links to "" make no sense on a PDF file
* Made definitions from definition lists more stylable.
* Moved definition lists to SplitTables, so you can have very long
definitions.
* Fixed Issue 318: Implemented Domain specific indexes for Sphinx 1.0.x
* Fixed Index links when using Sphinx/pdfbuilder.
* Fixed Issue 360: Set literal.wordWrap to None by default so it doesn't inherit
wordWrap CJK when you use the otherwise correct japanese settings. In any case,
literal blocks are not supposed to wrap at all.
* Switched pdfbuilder to use SplitTables by default (it made no sense not to do it)
* Fixed Issue 365: some TTF fonts don't validate but they work anyway.
* Set a valid default baseurl for Sphinx (makes it much faster!)
* New feature: --use-numbered-links to show section numbers in links to sections, like "See section 2.3 Termination"
* Added stylesheets for landscape paper sizes (i.e: a4-landscape.style)
* Fixed Issue 364: Some options not respected when passed in per-doc options
in sphinx.
* Fixed Issue 361: multiple linebreaks in line blocks were collapsed.
* Fixed Issue 363: strange characters in some cases in math directive.
* Fixed Issue 362: Smarter auto-enclosing of equations in $...$
* Fixed Issue 358: --real--footnotes defaults to False, but help text indicates default is True
* Fixed Issue 359: Wrong --fit-background-mode help string
* Fixed Issue 356: missing cells if a cell spawns rows and columns.
* Fixed Issue 349: Work correctly with languages that are available in form aa_bb and not aa (example: zh_cn)
* Fixed Issue 345: give file/line info when there is an error in a raw PDF directive.
* Fixed Issue 336: JPEG images should work even without PIL (but give a warning because
sizes will probably be wrong)
* Fixed Issue 351: footnote/citation references were generated incorrectly, which
caused problems if there was a citation with the same text as a heading.
* Fixed Issue 353: better handling of graphviz, so that it works without vectorpdf
but gives a warning about it.
* Fixed Issue 354: make todo_node from sphinx customizable.
* Fixed bug where nested lists broke page layout if the page was small.
* Smarter --inline-links option
* New extension: fancytitles, see http://lateral.netmanagers.com.ar/weblog/posts/BB906.html
* New feature: tab-width option in code-block directive (defaults to 8).
* Fixed Issue 340: endnotes/footnotes were not styled.
* Fixed Issue 339: class names using _ were not usable.
* Fixed Issue 335: ugly crash when using images in some
specific places (looks like a reportlab bug)
* Fixed Issue 329: make the figure alignment/class attributes
work more like LaTeX than HTML.
* Fixed Issue 328: list item styles were being ignored.
* Fixed Issue 186: new --use-floating-images makes images with
:align: set work like in HTML, with the next flowable flowing
beside it.
* Fixed Issue 307: header/footer from stylesheet now supports inline
rest markup and substitutions defined in the main document.
* New pdf_toc_depth option for Sphinx/pdfbuilder
* New pdf_use_toc option for Sphinx/pdfbuilder
* Fixed Issue 308: compatibility with reportlab from SVN
* Fixed Issue 323: errors in the config.sample made it work weird.
* Fixed Issue 322: Image substitutions didn't work in document title.
* Implemented Issue 321: underline and strikethrough available
in stylesheet.
* Fixed Issue 317: Ugly error message when file does not exist

0.15

----

* Fixed Issue 315: crash when using an undefined class for
a list.
* Implemented Issue 279: images can be specified as URLs.
* Fixed Issue 313: new --fit-background-mode option.
* Fixed Issue 110: new --real-footnotes option (buggy).
* Fixed Issue 176: spacers larger than a page don't crash.
* Fixed Issue 65: References to Helvetica/Times when it was not used.
* Fixed Issue 310: added option linenos_offset to code blocks.
* Fixed Issue 309: style for blockquotes was not respected.
* Custom cover page support (related to Issue 157)
* Fixed Issue 305: support wildcards in image names
and then use the best one available.
* Implemented Issue 298: counters
* Improved widow/orphan support for literal blocks
* Fixed Issue 304: Code blocks didn't respect fontSize in class.

Page 3 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.