Skip to content

Create OpenOffice.org (impress) slideshows from restructured text (rst) or python

License

Notifications You must be signed in to change notification settings

mattharrison/rst2odp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rst2odp: rst to LibreOffice impress

This package contains a Python script (rst2odp) to convert reStructuredText to LibreOffice Impress (rst2odp). It also includes a general python library (odplib/preso.py) for creating Impress files. Now with Python 3 support!

Installation

To build and install this Python package, you will first need to build/install lxml, docutils, pygments, and PIL. After you have done this, follow these steps:

$ python setup.py install

Usually it is run like so:

$ rst2odp path/to/rstfile.rst output.odp

(use --traceback -r 3 for debug)

Styling is supported with the --template-file switch, just pass it an .otp template file.

TODO

  • ☑ Image scaling
  • ☑ Support for background image per slide
  • ☑ Support for no title (transition directive)
  • ☑ Enumerated list
  • ☑ Simple animations
  • Fix enumerated lists separated by "n..n"
  • Auto resize textframes/(images too?) as they are added
  • ...

Authors

This project was started by and continues to be led by Matt Harrison.

About

Create OpenOffice.org (impress) slideshows from restructured text (rst) or python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages