Skip to content

An open-source ANTLR-generated RTF to styled HTML converter.

Notifications You must be signed in to change notification settings

rtm81/rtf-to-html

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rtf-to-html (for the lack of a better name) is a tool that converts Rich Text Format files to HTML documents. As the parser is created with ANTLR 3 <http://www.antlr.org>, you'll have to add it to your classpath. The final program will be dependent on the ANTLR runtime, so drop antlr-3.1.1-runtime.jar in the output directory as well (or any later version, but you'll have to change the manifest.) Then just run make, and it should compile on any Unix-like system.
It's not half finished, but I'm hoping for full RTF 1.2 support someday (maybe without the Word-specific stuff.) The main things lacking right now are:
·	proper tab support (right-, left-aligned and centered; not sure if it's even possible to realize in HTML,)
·	styles,
·	and images.


About

An open-source ANTLR-generated RTF to styled HTML converter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%