Results 1 to 5 of 5
Thread: RTF Editor Kits
- 03-22-2011, 05:44 AM #1
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
RTF Editor Kits
I am working on a more complex word processor, and I am only in the beginning stages(saving, opening, deleting), I have got it to work on saves, opens and deletes, my problem stems from trying to open word documents.
I get the following error when trying to open a microsoft word document
I can post the code if necessary, but it works fine when saving and opening files written with the text editor itself, do I need to do something special to open word documents?Java Code:C:\Javacode\TextEditor>java TextEditor java.io.IOException: Too many close-groups in RTF text
- 03-22-2011, 06:20 AM #2
I presume, although you haven't stated it, that the document you refer to was saved from Word in RTF format. (If you're trying to open a .doc file, well ...). I've experienced that Word sometimes saves malformed RTF, and the generated file is always exceedingly verbose, often containing font and color table entries that aren't used anywhere in the document.
Try saving a very small file -- just a couple of words -- from Word, and if you still get the same error the RTF may be small enough to post here for review (in code tags of course, and with line breaks added if necessary).
db
- 03-22-2011, 06:25 AM #3
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
Alright, I believe I solved it, the old file I was trying to open was a docx file. Im wondering, is there any way to open up .docx files in my editor?
- 03-22-2011, 06:31 AM #4
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
- 03-22-2011, 07:01 AM #5
Similar Threads
-
sql editor
By jperson in forum JDBCReplies: 1Last Post: 07-06-2010, 03:52 AM -
Map Editor
By supra s in forum Java AppletsReplies: 8Last Post: 06-15-2010, 01:49 PM -
Sketsa SVG Editor 5.3
By Java Tip in forum Java SoftwareReplies: 0Last Post: 07-11-2008, 02:38 PM -
SWT Text Editor
By Java Tip in forum SWTReplies: 0Last Post: 07-07-2008, 04:43 PM -
Xml Editor
By Marty in forum XMLReplies: 3Last Post: 05-11-2007, 09:27 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks