' Project Attributes - added...
#AdditionalJar: rtf-To-html-1.0.0
I need to call this jar to return a formatted HTML by passing it a RTF string to convert.
I think it is a simple jar - pass it a RTF string and it will return a HTML string....
(I want to show the result in a ABMEditor - Squire sourced...).
I expect I will need to use JavaObject, but don't know what to do next....
This is the source of the jar:
github.com
I got the jar from:
jar-download.com
Is this the way or some other method?
Thanks
#AdditionalJar: rtf-To-html-1.0.0
I need to call this jar to return a formatted HTML by passing it a RTF string to convert.
I think it is a simple jar - pass it a RTF string and it will return a HTML string....
(I want to show the result in a ABMEditor - Squire sourced...).
I expect I will need to use JavaObject, but don't know what to do next....
This is the source of the jar:
GitHub - bbottema/rtf-to-html: RTF to HTML conversion done right
RTF to HTML conversion done right. Contribute to bbottema/rtf-to-html development by creating an account on GitHub.
I got the jar from:
Download rtf-to-html JAR 1.0.0 ➔ With all dependencies!
RTF to HTML conversion done right ✓ Download JAR rtf-to-html 1.0.0 ✓ With dependencies ✓ Source of rtf-to-html ☄ One click! ☄

Is this the way or some other method?
Thanks