Skip to content

Releases: elistia/DotNetRtfWriter

Version 2.0

29 Mar 10:34
Compare
Choose a tag to compare

First release since fork of project.

Naming this 2.0 so as not to conflict with version 1.0.0 released by Matt Buckley and Thomson Reuters.

Have also changed namespace so as not to conflict with original project.

There are examples within the Debugging project (Program.cs)

Changes

  • Color class has been renamed RtfColor so as not to conflict with System.Drawing.Color.
  • RtfImage can now be created from a MemoryStream as well as from a file. (useful for when images are created on the fly).
  • Fixed BackgroundColour for table cells. (was setting the background colour of the paragraph text rather then the cell).
  • Added ability to set background colour for table header rows and different colours for alternate rows.

Hope you find this useful. Any issues or questions please get in touch :-)