rtf
rtf copied to clipboard
This is a gitified copy of the ruby-rtf gem
I have recently noticed this error appearing when I run the bundle command, the gem itself seems to work fine, but I just wondered if its quick to fix it...
What if I'd like to have spaces between HTML nodes? Like, when using formatting HTML tags. Say you have HTML as such: ``` This is a test. ``` This would...
Hi. The README mentions this: document = Document.new(Font.new(Font::ROMAN, 'Times New Roman')) I think this is a bit cumbersome to type, especially the (). Would it be nicer if we allow...
File.open('example01.rtf', 'a') do |file| file.write(document.to_rtf) end Fails...
Unless I'm missing something, there is no support for tab stops... I may be inclined to add it myself, but thought I'd mention it here unless I'm missing something or...