KOffice filters status:   RTF FILTER


Import | Export


Up

Import RTF for kword

Last update 23 July 2002
Features - Document information (author, title, comments, company).
- Page size and margins.
- Headers and footers (with margins).
- Tables (including non-rectangular), horizontal alignment.
- Table cell background color and borders (style, color, width).
- Embedded pictures (JPEG/PNG) and clipart (EMF/WMF).
- Word 97-2000 picture support.
- Style sheet.
- Character formatting (size, color, bold, italic, underline, strikeout, subscript, superscript).
- Font mapping (using QFont/QFontInfo).
- Paragraph layout (horizontal alignment, indents, space before/after, frame break).
- Paragraph borders (style, color, width).
- Tabulators, automatic tabulator for hanging indent.
- Unicode and codepages support.
- Special characters.
- Footnotes.
- Fields (time, date, page number, symbol etc.).
- Hyperlinks.
Todo - Fix line spacing.
- Columns.
- Improve list handling.
History 15 July 2001: First useful version (rewritten for QDom).
18 July 2001: Fixed function finishTable() (some tables crashed KWord).
23 July 2001: Added table alignment, background color and cell borders.
31 August 2001: Faster version, uses read buffers and optimized XML output.
2 October 2001: Clipart import fixed (requires libwmf).
23 July 2002: Added field and hyperlink support, fixed embedded pictures.
Authors  Ewald Snel
Tomasz Grobelny
Links Fileformat discription
Progress report The filter produces a useful KWord document from most RTF files.
Up






Up

Export kword to RTF

Last update May 14, 2001
Features - Unicode to ansi conversion.
- Text formatting. (font, size, weight, italic, underline, etc.)
- Paragraph numbering. (Head 1,2,3 Numeric, Alpha, Roman, bullet)
- Multi level paragraph numbering. (1.2.5, etc.) Doesn't work properly
- Table presentations (with cell borders).
- Page sizes.
- Margins.
- Document information. (author, title, etc.).
- Tabulator tags .
- Page headers.
- Page footers.
- Paragraph borders.
- Colored text and borders.
- Date markers.
- Time markers.
- Page numbers.
Todo - Footnotes and endnotes.
- Multi column.
- Text boxes.
- Pixmaps.
- Kpart inserts (kspread, kpresenter, etc.).
- Page hard breaks.
- Identification of the ansi code page.
- Multi-strike markup. (no current plans).
- Bidirectional markup. (no current plans).
History - March 2001: First version pending test
- April 2001: First working version. Modified for latest kword xml.
- May 2001: Capabilities added - tab sets, colored text and borders, super/subscript, strikeout, page headers, time and date markers, page numbering. Paragraph numbering improved and underlined text fixed.
Authors Wolf-Michael Bolle  
Michael Johnson
Links -
Progress report Paragraph numbering still needs work and basic capabilities are missing. Tables and tabulator sets not well tested because of ongoing kword improvements.
Up