Skip to content

C++ library to convert RTF to Plain Text

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

leanbid/rtf-filter

Repository files navigation

rtf-filter reads a Rich Text Format (RTF) word processing file and outputs a plain text version with only line breaks and whitespace as formatting.

Installation

Ensure boost development libraries are installed. E.g. on Debian…

aptitude install libboost-program-options-dev aptitude install libboost-filesystem-dev

And the C++ toolchain:

aptitude install build-essential

Then compile the code:

./configure make all sudo make install

The program will be installed as rtffilter.

Bug reports

If you discover a problem with rtf-filter, we would like to know about it.

Our Issues Tracker is available here:

pscomputer.lighthouseapp.com/projects/87526-rtf-filter

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 Copyright PS Computer Services Ltd 2003-2011

About

C++ library to convert RTF to Plain Text

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published