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

ScroogeXHTML for the Java platform is a library which supports a subset of the Rich Text Format (RTF) standard and converts to HTML5 and XHTML, as a standalone document, or as a fragment which can be embedded in other documents, with little coding.

New in 8.2:

  • Added WMF to PNG conversion example code using Apache Batik
  • Adjusted image support code to support WMF to PNG image conversion example
  • Fixed Checkstyle warnings, support for Java 11 in Base64Utils, support for Java 11 in integration tests
  • Upgraded all tests from JUnit 3 to JUnit 4



  • Online demo: https://www.scroogexhtml.com/sxd8
    Javadoc API: https://www.habarisoft.com/scroogexhtml_j/8.2.0/docs/api/index.html
    Full source code available.
     
    reply
      Bookmark Topic Watch Topic
    • New Topic