• 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 8.0 - 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
About ScroogeXHTML RTF to HTML5 converter

ScroogeXHTML for the Java platform is a compact and fast converter library which supports a subset of the Rich Text Format (RTF) standard.

It supports minification using CSS font definitions and font usage statistics, and access to the intermediate DOM tree for additional fine tuning.

New in 8.0
  • Improved table conversion
  • Improved paragraph border conversion
  • New FontStatistics property / FontStatisticsCollecting interface
  • New FontReplacer property / FontReplacing interface
  • Tested with Oracle JDK 8 and Oracle OpenJDK 11 on Windows and Linux

  • Online demo: https://www.scroogexhtml.com/sxd8
    Javadoc API: https://www.habarisoft.com/scroogexhtml_j/8.0.0/docs/api/index.html
    Full source code available.





     
    Don't get me started about those stupid light bulbs.
    reply
      Bookmark Topic Watch Topic
    • New Topic