-
ReadMe.rtf is redundant with the license (it just contains most of the same things), and the other info can be moved into README.md.
-
```
Implement a reader for RTF input documents.
Proposed steps:
- Extend ResourceCollectionReaderBase and override #getNext(CAS aCas).
- Use javax.swing.text.rtf.RTFEditorKit for parsing RTF files
S…
-
How i can, show the rtf file, i did't get how to extend the rtf and how to show the rtf file.
-
Ref: **[Conversation #681](https://secure.helpscout.net/conversation/4849104/681) / Tomáš**
-
Is it possible to add RTF content at particular location in the document using DocX? If so, can you pls provide code snippet for the same?
-
Add header to clinic/summary notes. Header may or may not contain organization's logo.
Header to include the following information: Organization name, location, mailing address, email address, websi…
MCIR updated
4 months ago
-
Hi,
I use pygments for converting code sniplets to RTF. I observed a difference between the version 2.4.2 and 2.5.1+. In the newer versions some RTF codes are missing, especially round and curly br…
ghost updated
2 years ago
-
```
What steps will reproduce the problem?
1. Click "Create Activity"
2. There is no way to enter a description.
3. When you fill out the form and click the "Create" button, you get an error
"Pleas…
-
```
What steps will reproduce the problem?
1. Click "Create Activity"
2. There is no way to enter a description.
3. When you fill out the form and click the "Create" button, you get an error
"Pleas…
-
Hi there,
I have a fairly big file with about 2.5MB of text, but read_rtf will result in an error because of too high stack usage.
This might be an algorithmic issue that causes too many recursion…