RTF Processor V 1.05 - ALPHA
The RTF package set is a minimal RTF processor. This set is provided
with an RTF to HTML converter. This converter is just an example, not
a full-fledged application.
You can try this converter the RTF specification (see the "Ressources"
section). For example:
% rtf2html RTF-Spec-1_5.rtf > RTF-Spec-1_5.htm
You can manually test the current distribution with:
% perl -I. examples/tests.pl
Philippe Verdret
[email protected]
__________________
Module description
Name DSLI Description Info
------------- ---- -------------------------------------------- -----
RTF::Parser adpO Base class for parsing RTF files PVERD
____
TODO
- define tests
- write a documentation
__________
Ressources
Specification for RTF and filters are available at:
- <
ftp://ftp.primate.wisc.edu/pub/RTF>
General information on converters:
- <
http://www.kfa-juelich.de/isr/1/texconv.html>