• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ScroogeXHTML 9.2 - RTF to HTML5 and XHTML converter

 
Ranch Hand
Posts: 60
1
IntelliJ IDE Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ScroogeXHTML is a library which converts RTF to HTML5 and XHTML, as a standalone document, or as a fragment which can be embedded in other documents.
  • supports hyperlinks, tables, picture data extraction
  • complimentary conversion code for embedded BMP/JPG/PNG pictures to Data URIs
  • minimizes document size using CSS definitions
  • supports post processing of the intermediate DOM tree
  • small (less than 140 KB) and fast (up to many MB/second)
  • logging support (SLF4J)

  • https://www.scroogexhtml.com

    Online demo: https://www.scroogexhtml.com/sxd
    The online demo converts a RTF document to HTML5, and allows to set many conversion settings.
     
    Consider Paul's rocket mass heater.
    reply
      Bookmark Topic Watch Topic
    • New Topic