Skip to content

raszkiewicz/rtf.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtf.js

Render RTF documents in HTML. This also includes rendering WMF and EMF images which are often contained in RTF documents.

License

The code of this project is licensed under the MIT license. See the file LICENSE for details.

Dependencies

  • rtf.js requires:
    • jquery
    • js-codepage (Apache 2.0 license)
    • symboltable.js (provided in the sample directory)
  • wmf.js and emf.js require:
  • Rendering WMF and EMF images is accomplished by using HTML5's <svg> feature.
  • Rendering RTF documents often requires rendering embedded WMF and EMF images, however rtf.js can be used without wmf.js and emf.js or with just one of them, if rendering such images is not required.

Live samples:

About

Render RTF documents in HTML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%