Opened 12 years ago
Closed 10 years ago
#8873 closed enhancement (fixed)
Add RTF output to RTF Translator
Reported by: | humdinger | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Add-Ons/Translators/RTF | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev44428.
While the RTF translator can convert to plain text and StyledEdit format, it currently cannot convert the other way around, i.e. text to RTF. From "translate --list
":
name: RTF text files info: Rich Text Format Translator version: 0.6.0 input: 'RTF ' (TEXT) 0.7 0.9 text/rtf ; RichTextFormat file output: 'TEXT' (TEXT) 0.3 0.6 text/plain ; Plain text file output: 'STXT' (TEXT) 0.5 0.5 text/x-vnd.Be-stxt ; Be styled text file
Attachments (1)
Change History (5)
by , 11 years ago
Attachment: | 0001-rtf-output-it-rtf-translator.patch added |
---|
comment:1 by , 11 years ago
patch: | 0 → 1 |
---|
comment:2 by , 10 years ago
The patch doesn't convert styled text attributes to RTF. So it gives acceptable results only for text/plain sources. Isn't there an RTF parser/generator library we can use? If not, we'd have to write one...
Note:
See TracTickets
for help on using tickets.
Result of corresponding GCI 2013 task.