• 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 7.2 - RTF to HTML5 / 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


Habarisoft released version 7.2 of its RTF to HTML5 and XHTML converter library, ScroogeXHTML for the Java™ platform.

Documentation
The Javadoc API is available on-line at https://www.habarisoft.com/scroogexhtml_j/7.2.0/docs/api/index.html and included in the installer.
The product home page also contains links to the "Getting Started" PDF, the on-line demo and many other helpful resources (feature matrix, FAQ, previous release notes).

Changes in 7.2
•    Support for vertical alignment in table cells
•    Table conversion uses the attribute class="table table-bordered" (instead of border="1") to indicate that the table is bordered. This fixes the W3C HTML validator warning: "The border attribute on the table element is presentational markup".
•    Add the XML declaration to XHTML documents if the charset is not UTF-8
•    Removed the attribute type="text/css" for the style element (this fixes the W3C HTML validator warning: "The type attribute for the style element is not needed and should be omitted")
•    Removed the enclosing comments around the CSS code within the style element for standalone documents
•    Fixed Findbugs warnings

Online demo
An online demo is located at https://www.scroogexhtml.com/sxd/ and allows to upload small RTF documents and convert them with the current shipping version.
 
reply
    Bookmark Topic Watch Topic
  • New Topic