pyrtf
pyrtf copied to clipboard
PyRTF - Rich Text Format Document Generation
This python module is problematic if you want to make rtf documents with other characters than ascii. There is no unicode support.
Supporting absolute size values can be helpful for scenarios where specific sizing is required, and especially where the sizes of the images being used may be variable. _(I know this...
The current version does not allow for landscape mode even though it is an option in the code. E.g. > section = Section(landscape=True) This currently does nothing. I have fixed...
All my references to sections are in the form: > section = Section(landscape=True) However nothing turns out landscape. I believe there is a bug that does not actually turn the...