Word processing in Java

Hello:
I need basic word processing in Java, and there is no time to program JEditorPane. Neither there is any desire to.
Does any one know of a class or a bean available to this end. I need
1. Open/Save
2. Font selection
3. Bullets
4. Pic embedding
5. Hyperlinks
and being able to check whether the document changed. No tool/status/button bars.
Many thanks

Hi,
try to search google with java word processor. However nearly everithing use RTF format and when you want to use JEditorPane it will be better to save as HTML pages. And in HTML there is no problem to add bullets, pictures and so on.
If you want to use JTextPane instead I fear that working code with bullets you will find very hardly.
L.P.

Similar Messages

  • Word processing applications that supports java

    We need word processing applications (shareware)that has java API so that we can call from within our internet based application.any help..
    Thanks in advance.

    I'm pretty sure that OpenOffice (and Sun's StarOffice) supports Java.
    Take a look and see if that doesn't work for you.
    - K

  • How can I make a backup listing of all of my Firefox bookmarks, with complete URLs, so I can print it out from a word processing document?

    == Issue
    ==
    I have a problem with my bookmarks, cookies, history or settings
    == Description
    ==
    How can I make a backup listing of all of my Firefox bookmarks, with completely written out URLs, so I can print it out from a word processing document? Please email me the answer-
    [email protected]
    <blockquote>duplicate. Locked. Please continue [https://support.mozilla.com/en-US/forum/1/727213 here] -MJB</blockquote>
    == Firefox version
    ==
    2.0.0.4
    == Operating system
    ==
    PPC Mac OS X Mach-O
    == User Agent
    ==
    Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
    == Plugins installed
    ==
    *-Netscape Navigator Default Plug-in
    *Runs Java applets using the latest installed versions of Java. For more information: Java Embedding Plugin. Run version test: Test Your JVM.
    *Plugin that plays RealMedia content
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in web pages. For more information, visit the QuickTime Web site.
    *Shockwave Flash 9.0 r260
    *Provides support for Digital Rights Management
    *Provides support for Windows Media.
    *Java 1.3.1 Plug-in (CFM)
    *Macromedia Shockwave for Director Netscape plug-in, version 8.5.1
    *Java 1.3.1 Plug-in

    Hello.
    Although possibly not related to your problem, I have to remind you that the version of Firefox you are using at the moment has been discontinued and is no longer supported. On top of this, it has known unpatched bugs and security problems. I urge you to update to the latest version of Firefox, for maximum security, stability, performance and usability. You can get it for free, as always, at [http://www.getfirefox.com getfirefox.com].

  • Word processing software:  Appleworks, NeoOffice / saving as Word.doc

    I would love some advice on word processing software.
    My daughter is a college student who sometimes needs to e-mail her papers to a teacher (in Word). She does not have Word, and we're not buying it. In the past, she's used the school computers, but that's not always practical. She has a Mac, with Appleworks on it. If she works in Appleworks and saves a paper in Word format, will it really open okay in Word, with footnotes, images, etc. intact? (Obviously, she doesn't want to get a lower grade for something so silly and avoidable.) I think I have seen on this forum somewhere a mention of trouble with footworks in Appleworks docs saved in Word format.
    Also, if she were to save as a Word doc, which format would be the best to use: Word Mac 6; Word Mac 98; Word Windows 6; Word Windows 97, 2000, XP 2002?
    She also needs to do simple tables sometimes, which it looks like Appleworks can do. Do these translate well?
    Also, I have looked at NeoOffice and OpenOffice online. It looks like one of those would be a possibility for her, too. Apparently, documents can be saved as Word files in those programs. Does anyone know if they are any better than Appleworks for this purpose? (For instance, with footnotes?)
    From the NeoOffice Website: "You can exchange documents with Microsoft Office and OpenOffice.org users, even on other platforms!" Does that mean a Word file will open and display okay, if you get one e-mailed to you? And that your own Word file will open and display okay on the other end? (I know this is not about Appleworks, but someone might know. . .)
    Looking through this forum, I have seen software for opening Word documents (icWord), but my daughter needs to be able to (reliably) go both ways--saving and opening.
    Thanks much in advance!
    Christina
    Powerbook G4; Intel iMac 20inch Core Duo   Mac OS X (10.4.5)  

    Overall, I'd concur with Ken.
    AppleWorks/Word conversion does have difficulties with tables and footnotes.
    Neo Office has better compatibility with MS Office, and runs without installing additional software on your Mac. But it's a Java implementation of an earlier version of OpenOffice.org, and is missing a few recent improvements. It's also a bit slow, although in some uses this is not a problem.
    OpenOffice.org runs in an Xwindow (no relation to MS Windows), and requires installation of X11, Apple's Xwindow implementation. I haven't used it, but expect that it is a more compatible implementation than NeoOffice.
    Both are free to download and use. If nothing else, one or the other is useful to see how successful the AppleWorks > Word translation of a particular file has been.
    The closest compatibility will be achieved with MS Windows (Mac), of course. If your reasons for not purchasing MS Windows are strictly economic, you mmight want to rethink them. As a student, your daughter is elegible to purchase the Teacher and Student edition at a much lower price than the retail version. This version is operationally identical to the retail one. The largest difference is a licencing one—student/teacher licencees are not eligible for reduced price upgrades to the next version. They are, though, eligible to purchase the next Student & Teacher edition provided they still qualify at that time.
    Regards,
    Barry

  • Create Word document in Java application

    Hi all,
    Has anybody already used this Java Bean word processing in a Java application: http://www.must.de/default.html?Javactpe.htm ?
    Is it reliable ?? Any comments are welcome.
    What are the other ways to read/write a Word document in a Java application ?
    Thanks,
    Christophe

    Hi Naga,
    I have a problem using this word processing bean. The API can't find the template SampleTemplate. I have put this template and the API in the same folder, but I get a "Template SampleTemplate not found" when the wordAPI executes.
    Can you help ?
    Christophe

  • Error Occured while Invoking a BPEL Process from JAVA

    Hi.....
    When initiating a BPEL process from JAVA the code is working fine and the Process is getting initiated.But while using that code in J2EE project as a java code and while calling that method Error is occuring.....
    Here by i am attaching my JAVA Code which runs as an applicateion and package which runs in Server....
    JSP and Java Method Used:
    JSP Code:
    ===============
    <%@ page import=" bo.callbpel" %>
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>FEATT - I30</title>
    </head>
    <body>
    <%
    String input=request.getParameter("dnvalue");
    callbpel p=new callbpel();
    String Output=p.Initiate(input);
    out.print("The Input Given to the BPEL Process is : "+input);
    %>
    <BR><BR><BR><BR><BR><BR>
    <%
    out.print("The Reply from BPEL Process is : "+Output);
    %>
    </body>
    </html>
    Java Code:
    package bo;
    import com.oracle.bpel.client.Locator;
    import com.oracle.bpel.client.NormalizedMessage;
    import com.oracle.bpel.client.delivery.IDeliveryService;
    import java.util.Map;
    import java.util.Properties;
    import oracle.xml.parser.v2.XMLElement;
    /*import javax.servlet.RequestDispatcher;
    import javax.servlet.ServletConfig;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest ;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.http.HttpSession; */
    //import java.util.*;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import javax.naming.NamingException;
    public class callbpel {
         public String Initiate(String value){
              String replyText=null;
              String input = value;
              System.out.println(input);
              String xmlInput= "<ns1:AccessDBBPELProcessRequest xmlns:ns1=\"http://xmlns.oracle.com/AccessDBBPEL\"><ns1:input>"+input+"</ns1:input></ns1:AccessDBBPELProcessRequest>";
              String xml="<ns1:BPELProcess1ProcessRequest xmlns:ns1=\"http://xmlns.oracle.com/BPELProcess1\">";
              xml=xml+"<ns1:input>"+input+"</ns1:input>";
              xml=xml+"</ns1:BPELProcess1ProcessRequest>";
              try{
              Properties props=new Properties();
              props.setProperty("orabpel.platform","ias_10g");
              props.setProperty("java.naming.factory.initial","com.evermind.server.rmi.RMIInitialContextFactory");
              props.setProperty("java.naming.provider.url","opmn:ormi://157.227.132.226:6003:home/orabpel");
              props.setProperty("java.naming.security.principal","oc4jadmin");
              props.setProperty("java.naming.security.credentials","oc4jadmin");
              props.setProperty("dedicated.rmicontext", "true");
              Locator locator = new Locator("default", "bpel", props);
              String uniqueBpelId = com.collaxa.cube.util.GUIDGenerator.generateGUID();
              //System.out.println(uniqueBpelId);
              //java.util.Map msgProps = new HashMap();
              System.out.println("After creating the locator object......");
              IDeliveryService deliveryService =(IDeliveryService)locator.lookupService(IDeliveryService.SERVICE_NAME);
              System.out.println("Before creating the NormalizedMessage object......");
              NormalizedMessage nm = new NormalizedMessage();
              System.out.println("After creating the NormalizedMessage object.*.*.*...");
              //msgProps.put("conversationId",uniqueBpelId);
              //nm.setProperty("conversationId",uniqueBpelId);
              nm.addPart("payload", xml);
              System.out.println("Before creating response object......");
              NormalizedMessage res = deliveryService.request("BPELProcess1", "process", nm);
              System.out.println("After calling the BPELProcess1 .*.*.*...");
              Map payload = res.getPayload();
              System.out.println("BPEL called");
              XMLElement xmlEl=(oracle.xml.parser.v2.XMLElement)payload.get("payload");
              replyText=xmlEl.getText();
              System.out.println("Reply from BPEL Process>>>>>>>>>>>>> "+replyText);
              catch (Exception e) {
              System.out.println("Exception : "+e);
              e.printStackTrace();
              return replyText;
    While Creating and Object for the Class callbpel and Whilw Calling that Method
    callbpel p=new callbpel();
    String Output=p.Initiate(input);
    Its throwing an Error:
    Error Occured is:
    After creating the locator object......
    Before creating the NormalizedMessage object......
    After creating the NormalizedMessage object.*.*.*...
    Before creating response object......
    Apr 24, 2008 9:12:00 AM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.NoClassDefFoundError: javax/ejb/EJBException
         at com.oracle.bpel.client.util.ExceptionUtils.handleServerException(ExceptionUtils.java:76)
         at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:254)
         at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:83)
         at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:53)
         at bo.callbpel.Initiate(callbpel.java:55)
         at org.apache.jsp.output_jsp._jspService(output_jsp.java:55)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:331)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
         at java.lang.Thread.run(Unknown Source)
    For Running JSP i am Using Eclipse 3.2.0 and apache-tomcat-5.5.25
    Please Provide me a Solution......
    Thanks in Advance.....
    Regards,
    Suresh K

    Have got the same problem. Scenario at my end is little different though.
    I am trying to invoke a BPEL process from an ESB Service.
    I am trying to look into it..
    However, would be grateful, if someone can give some insight into this since many are running into this issue without being able to fix.
    Ashish.

  • Error while invoking Livecycle process with Java

    Hi,
    I am trying to invoke a short lived process using java code. But when i try doing that i get the following error
    cannot access class com.adobe.idp.dsc.clientsdk.ServiceClient; class file has wrong version 49.0, should be 45.3 or 46.0 or 47.0 or 48.0.
    I am using the following versions:
    Adobe Livecycle: 9.0
    java version "1.5.0_03"
    JDeveloper: 9.0.5.2
    Can some one please suggest the appropriate action i need to take so that i can compile the code.
    Thanks in advance

    If you are invoking LiveCycle ES2 on JBoss compile with JDK 1.6 and run against JRE 6.
    Steve

  • Image Processing in Java (E-Book) Request

    Can anyone post the links for this e-book
    i think this e-book is helpful.so,iam requesting all of you.
    Image Processing in Java
    by Douglas A. Lyon
    Publisher: Prentice Hall PTR; Bk&CD-Rom edition (March 1, 1999)
    Language: English
    ISBN: 0139745777

    Check ebay, amazon or your local seller for a copy. Or if you want a free copy, write the author (maybe he's a generous fellow), but don't bother people on this forum with posts like this.
    - Travis

  • Image processing in JAVA

    I m working on an image processing project and I want to know how JAVA supports image processing. Does it have proper API's for image handling and etc... And also about the performance, as JAVA would be slow for high processing jobs.
    Any suggestions as to wat should be the best platform for working on it.

    Some good books on this topic:
    Digital Image Processing: a practical introduction using Java.
    by Efford
    Building Imaging Applications with Java Technology.
    by Rodrigues
    Image Processing in Java.
    by Lyon

  • I am copying and pasting into a new, Pages document (from the word processing menu), and I paste in text that is longer than one page, it doesn't continue onto the next page.  I can't see the end. How do I get it to show everything I paste in?

    I want to copy an extensive amount of text from a web page into a Pages word processing document, but it seems to chop it up into text boxes, some of which aren't long enough to show all of the lines of text.  I can't get hold of a bottom edge of the boxes to drag them to make them longer.  I tried several times starting over with a new, blank page (and I made sure to choose from the Word Processing part of the dropdown menu, since I read about a similar problem that said not to use the layout menu.  It keeps doing the same thing.  What do I have to do to get long text pasted to multiple pages, instead of it trying to be all on one page?
      In the long run, what I want is to create this as an ePub book.  Is there a better way to go about this?

    Hi Ellen,
    Copying from web pages can include some weird formatting. Instead of Paste, use Paste and Match Style (Edit Menu).
    Regards,
    Ian.

  • How to Scan a Paper Doc & Convert It with OCR to a Word Processing Format

    In an effort to save others with a similar need some time, I am posting a simple method of using he iPhone to scan a document and convert it, using optical character resolution, to an editable word processing format, usable on computers or iPhones and Android smartphones - all with free apps.  I found no free one-stop-shopping apps that did the job themselves.
    To begin, use the DocScan app to scan the paper document. this results in an Acrobat file (pdf).  If the document is already in pdf form, move on to the next step.
    Next, upload the pdf file to your Google Drive workspace, which automatically puts it through an OCR conversion, Google Drive automatically recognizes the text within pdf files uploaded from iPhones.
    Then open the file within Google Drive, select Open In and choose the Able2Extract app.
    Select the pdf file in Able2Extract and convert it to an MS Word (docx) file, which can be opened by Pages, Word or other word processing programs.  It can also be converted to a spreadsheet or presentation MS Office format.
    Finally, transfer the new docx file to the Documents app, the Dropbox app or another storage app, from which a word processing program can access it for editing.
    Many apps, including Able2Extract, convert all types of files into pdf format when going the reverse direction.

    Good day Larry,
    Are you referring to CreatePDF's ability to export existing PDF files to Word?  I want to confirm as Adobe CreatePDF doesn't have any sort of interface with scanners.
    Let me know a bit more about how you're creating your PDF files and then how you're using the CreatePDF service and I may be able to answer your question (or at least try!)
    Kind regards,
    David

  • Can I mix Pages page layout and word processing together in one document?

    Hello there ! I am quite new to Pages and I am desperate to learn as i want to get rid of everything being Microsoft
    As you all know when you open Pages you can choose between page layout and word processing !
    the thing is i thought that after using a page layout you could just go with word processing easily... well no, you can't, but i'm sure i'm missing something...
    For exemple i really like the catalogue brochure and it would be perfect for me to start a project... but after a few pages, i can just add blank pages and if i want to type text, i have to add text boxes... i don't want that, I want word processing... and another thing in this brochure i can't add table of content because it is not by default in the template...
    So my question is quite basic here, can we link Page layout and word processing without having to use text boxes and everything ?
    Thanks in advance !
    Have a good day

    Alexander,
    Welcome to Apple discussions.
    The simple answer is no. What differentiates page layout from word processing mode is that the PL mode has no text layer. So everything that goes on the page must be an object of some kind. And any pages you add to a PL document must also be PL. You can't mix the two modes. One way around it is to start with a blank page, insert a text box, then stretch the box so that it covers the entire page. You can the type in it as if it were a text layer in a WP file. You can even capture that page so that you can add it automatically when you need it, or save it as a template.
    As for building a Table of Contents, it appears that Pages only sees text styles that are on the text layer, which means it won't see styles that are in objects -- which means it won't work with a PL document. From being a long-time reader of this discussion group, I've noticed it's rare that someone wants to add a ToC to a PL document.
    If you find that you're going to be mixing text and graphics, start with a word processing template. If you really like the Catalog Brochure, you could always copy some or all of its elements over to a blank WP template.
    Hope this helps.
    -Dennis

  • FBL5N & Word processing functionality

    Hi All,
    It's my first time in this forum and I need some information about FBL5N functionality.
    My issue is related to "word processing" coming from LIST button (in the toolbar).
    Let's say. I execute FBL5N in order to display all open items for a customer. I would like to create a ".doc" account statement for sending it to the customer.
    So, I click on LIST button ==> EXPORT ==> WORD PROCESSING ==> form letter processing with MS word. Now a window pops up: USE MAIL MERGE FIELD FOR "new Word document" - ASSIGN PASSWORD: "no password" ==> click on green button (V button). A word document is going to be created: for a while I can see the grid containing invoices list but, in a while, it disappears and into the file ".doc" (that has been opened) will appear the following script: "Insert the mail merge fields".
    How can I solve this issue? Does it depend on OS or MS version? (obviously OS is regular -licenced WIN XP- and Microsoft Office 2003 is licensed too). What have I to know (or to do) to solve my issue?
    I underline that I don't want to use spreadsheet, local file or RTF format functionalities: ".doc" (word processing) only!
    Thank you for you appreciated help!
    Have a nice day,
    Stefano

    Hi,
    But still you can get the word document....
    Go to menu item List->Export->Word Processing...
    Choose Create document radio button and select check boxes like Include Colors< & Start MS word...
    And then specify the folder and the file name to save the .doc file in your local PC.
    Thats it...
    You will see all the data in your word doc as same as your SAP screen FBL5N.
    There you can change the page settings like LandScape to see all the data.
    This will solve your issue.
    Thanks,
    Srinu

  • How to insert blank page into pages document when using word processing mode?

    I've recently created a 50+ page document using Pages '09. I started the document using word processing mode. Now, when I view in thumbnail mode and try to insert a blank page somehwere in the middle of the document, it won't allow me to select where I want. It just selects all the pages, as thought they are one section. I believe this is because I am in word processing mode. My question is, can I convert the document to layout mode so that each page represents it's own section, without losing what work I've already done? And if so, how?
    The document is entirely text boxes and images, so I don't have any need for word processing space. I just need new pages to act as blank templates for the text boxes and images I create.
    Is it possible to keep all my work as is, and convert the document to layout mode vs. word processing mode?
    Thanks!

    It just selects all the pages, as thought they are one section.
    That's because they are one section. You must insert section breaks to separate them. There is no need to use page layout which does make each page a separate section. You have to manually add each page & use text boxes or other containers for the text & link the text boxes.

  • How do make a watermark appear on each page in a word processing document?

    I got a watermark to show up on my first page that says in a big font, "Draft copy". How do I go about having this appear on every page? I'm using the word processing mode of Pages.
    Thank you.

    PS,
    Select your watermark and Format > Advanced > Move Object to Section Master.
    If your document already has more than one Sections, you will have to Copy this object and paste it into each Section. Being a "Section Master" mean that it will appear on each page of the section you insert it into.
    Jerry

Maybe you are looking for

  • Multiple monitors showing same video in different rooms

    I would like to upgrade the video technology in some patient exam rooms.  Is there a way to set up multiple monitors connected to the same PC or Laptop - to run the same video loop?

  • My iPod won't turn on or charge after being dead and smashed for over a year!

    I Dropped my iPod 5th gen over a year or two ago, it smashed. I left it in my drawer for a while and it died, when I go to charge it nothing happens, there is no sign of it turning on or even charging, what do I do now?

  • PHP form help - results not appearing in email

    Hi I have set up a simple entry form, and I am submiting it using PHP to my email address, It works well when you fill the form in and send it, I receive the email however the email only displays the questions and not the answers that have been fille

  • Apple Home Page not loading correctly?

    Only when I visit www.apple.com, the images do not load. This is extremely stressful as it also disorganizes everything on the site. Is it some preference on my MBP (or Safari) that is wrong, or what?? Is anyone else experiencing this on the apple ho

  • Logic Environment - how do I get it to recive MIDI from my keyboard

    Hi I had this set up in Logic 6 by a friend. I've just updated to LP 8 and it's overwritten the setup and just can't get it it to recognise my MIDI keyboard. I'm sure it's something simple. I'm not bright on computer stuff. The sequencer input is wor