1. Merging two RTF files in Java stackoverflow.comI have two or more rtf files in the form of StringWriter. How can I merge them so that the RTF headers are not doubled? |
2. RTF file related issue in Java stackoverflow.comI have created RTF editor in Java applet. I want to make Microsoft RTF file editable on web page, but the issue is when I try to read RTF file with advanced ... |
3. Writing String to an rtf in java doesn't keep structure stackoverflow.comI wrote a FileMerge class where I take an rtf and replace certain tags with SQL data. Everything is ok but one part in which I replace one tag with one ... |
4. Spool a RTF file directly to a Lipi printer from a JAVA class stackoverflow.comI have RTF file on the sever I want directly take the printout of the file using a JAVA Program. I tried the following code (Consider only one printer(LIPI) is connected to ... |
5. Is it possible to programmatically open, edit, and save rtf files using Office 2010 from a Java app? stackoverflow.comA task I'm working on has grown. I need to open up some rtf documents using Office 2010, edit them, and then save them. Is there a way to automate this ... |
6. Read form data from doc or rtf file with java stackoverflow.comi have a word document with a form that is filled by users and , after that, it is saved. I would like to access form field data from a Java ... |
7. How to Parse RTF file through Java coderanch.com |
8. read write RTF format files coderanch.com |
9. *.rtf format read/write problem coderanch.comHowdy Manish! It's generally considered bad form around these parts to post multiple times. You can reply to your own post if you are trying to urge people on. I'm gonna close this one, and ask some of the higher ups if they might be able to shed some light on your problem. |
10. writing jpg/gif to rtf coderanch.com |
11. how to detect a bookmark in a rtf file coderanch.com |
12. Problem in opening a RTF File coderanch.comHey All, I am trying to open a RTF file and provide the option to open or save for the user. The problem i am having is, somehow the file shows up with the extension .do and does not recognize the file type. Any thoughts why this is happening. I am guessing that the FILE TYPE is not getting recognized correctly ... |
13. parsing .rtf file to a string coderanch.comShort version: I need to read an rtf file, Put the contents into a String and display as (nicely) formatted text just as in the rtf file. Long Version: I'm using Jasper Reports and IReport. In a report I need to display rtf formatted text from documents created by users. I'm able to read the file (duh) but I'm unable to ... |
14. how to read rtf file and display in console? coderanch.comNo, POI has no provisions for reading RTF. But the basic structure of RTF isn't complicated. If you spend some time with the specification (such as there is) and study a few simple RTF files, you should be able to write code that parses the file contents and extracts the actual text. |
15. How to read cell content from '*.rtf' file? coderanch.comWelcome to JavaRanch. I can think of two approaches. Either use OpenOffice in server mode to open the file, and get at the cell contents using its Java API. Or write an RTF grammar for a lexer or parser. It wouldn't need to cover all of RTF, just the parts you're interested in. (The JavaCC parser actually has two RTF grammars ... |
16. How to add a common row in all pages generated by Document(rtf) class coderanch.comHi All, I have to implement a rtf file generating code in which all the pages of the document created by this code has a unique row, for example if the code is to be generate a list of employees which has the information like [Name,Address,Age] which should be displayed in a table and the first row should be as described ... |
17. How to read lines from .docx, .doc .rtf or .odt document coderanch.comProblem is because i am beginner in java programming, i know basic techniques and some about databases. I want to make one project for english-serbian dictionary and have words in .rtf, odt and .docx format. Format of words is that there is one word in serbian then blank character and then english words. After that is sign for new row (enter). ... |
18. Concatenate 2 RTF files into one coderanch.comHello I wrote a Java program that concatenates 2 RTF files into one single RTF file. It reads the first line of the first RTF file, puts it on the generated file. After it takes the content of the 2 files and puts it on the generated file. Finally it takes the last line of the 2nd file and puts it ... |
19. How to update an RTF template file in java? coderanch.comI want to open an RTF tempalte file and replace strings like "Insert Name here" with data from the database, then write out the new RTF file I am using Java with Struts. I don't need to create, or display the RTF template file google has brought back RTFTemplate but it talks about Spring, Velocity, XML which I would rather not ... |
20. replace a String in an RTF file AND change the font coderanch.comI am replacing a "template" String with rows of strings from an array see below to give the appearance of a table, I am including tabs in the replaced strings stringBuf1.append("\t"); stringBuf1.append(line1String[0]); replace string $$table_data$$ with below but things are not lining up in my output file.( Chapter 11 should appear under 680) Offence no 3 680 Pisquid 29/7/2010 4 Chapter ... |
21. RTF merging keeping same formats as in the orginal file coderanch.comHi, I would like to know if their is any API / Source code which reads and merges two *.rtf files and generate a consolidated *.rtf file keeping the same format as that of the orginal files. I have used iText.jar & poi jars , but the formats are different.Color,Fonts,Font Size are different in the generated one. Any helps are appreciated. ... |
22. How To Read RTF file in JAVA? Using iText? coderanch.comThis code is dont use itext. .. import java.awt.*; import java.io.*; import javax.swing.*; import javax.swing.text.*; import javax.swing.text.rtf.*; class RTF extends JFrame { public RTF() { setTitle( "RTF Text Application" ); setSize( 400, 240 ); setBackground( Color.GREEN ); getContentPane().setLayout( new BorderLayout() ); JPanel topPanel = new JPanel(); topPanel.setLayout( new BorderLayout() ); getContentPane().add( topPanel, BorderLayout.CENTER ); // Create an RTF editor window RTFEditorKit ... |
23. printing rtf file forums.oracle.comhi - first of all i must stress i am not a developer, therefore please excuse any ignorance i display. first problem is i don't have printer, so will have to try out any solution on sister's computer (by sending her jar by email if poss). managed to create an rtf file from another, then display it in a jtextpane.what is ... |
24. Printing a RTF file forums.oracle.com |
25. find and replace rtf file forums.oracle.comI simply don't know, sorry. I gave my best to be helpful and I think at least some of my advices were good, but I'm not supposed to do the work for you and besides I don't know anything of the topic and never done something similar. That was the meaning of my last post and I also think this thread ... |
26. acess rtf file forums.oracle.com |
27. how to print rtf file using java forums.oracle.com |
28. save a rtf file and retain the font forums.oracle.com |
29. How to remove junk charecter from rtf file? forums.oracle.comSOme junk charecters are aotomaticaly cretaed for enter. in rtf. I am usinf itex for jenerating a rtf file . in a string if i put the enter its converted to ? example Original string : Statement: Are nuclear families better than joint families? Arguments: I. No. Joint families ensure security and also reduce the burden of work. II. Yes. Nuclear ... |
30. Merging Word (RTF) files in java forums.oracle.comHey, I have a requirement to merge several word (or rft) files in java. The files are stored as blobs on the database. I had a look at http://poi.apache.org/hwpf/docoverview.html but that project seems to be parked at the moment. Has anybody any ideas? This does not seem a very good requirement and you should get it resolved. Because your situation falls ... |
31. find and replace in rtf file forums.oracle.com |
32. reading rtf files forums.oracle.com |
33. hello, i need a free java editor for rtf file ! forums.oracle.com |
34. need help to put ms rtf file on web page in editable mode with images. forums.oracle.comi have created rtf editor in java applet. i want to edit microsoft rtf file make editable on web page, but the issue is when i trying to read rtf file with advanced rtfeditorkit, it will read rtf file but it is not able to read the image properties and all kind of objects like table properties. i want the output ... |