rtfparserkit icon indicating copy to clipboard operation
rtfparserkit copied to clipboard

Primary repository for RTF Parser Kit library

Results 15 rtfparserkit issues
Sort by recently updated
recently updated
newest added

add build tool - gradle & add demo android app

You gave an example of how to parse a rtf file with the StandardParser. Because your API also provides converting documents, it would be nice if y

How will this library report content validation errors? My problem is that if I try to parse any RTF file and I encounter an invalid one, then how will the...

If I use this library to parse text that is either RTF or plain text, and the plain text uses curly braces that are not closed, then an java.lang.IllegalStateException: Unmatched...

The most important features of the „document builder“ framework are working.

im relatively new to java, so i need a good documentation and examples how to use your lib and how to get started quick. nothing like that found yet :/

When parsing content that is not RTF, and when the content by chance contains no '{' characters, the low level parser will keep adding all chars to its character sequence...

Hi Jon, thanks for making this nice piece of code. I am trying to use it in my project, but the StandardRtfParser is still too low level for my purposes....