pyrtf icon indicating copy to clipboard operation
pyrtf copied to clipboard

Fixed landscape bug. Sections can now be rendered in landscape mode.

Open lowmanio opened this issue 9 years ago • 1 comments

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 this so that the width and the height of the pages are switched over when landscape=True; thereby making the page landscape.

lowmanio avatar Oct 04 '15 17:10 lowmanio

I have now added Unicode support

lowmanio avatar Jun 12 '16 16:06 lowmanio