Registry / serialization / rtf
library0.3.3rbrubygemsunverified

Ruby RTF is a library that can be used to create rich text format (RTF) documents, a text based standard for laying out document content.

gem install rtf
INSTALL
IMPORT
SIG · RTF
R
rtf
serializationrubyv0.3.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RTF
require 'rtf'

Create a simple RTF document with a paragraph

require 'rtf' doc = RTF::Document.new(Font::SWISS, 12) doc.paragraph do |p| p << "Hello, world!" end puts doc.to_rtf
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rtf — gem install rtf · libregistry