Read and Process Microsoft Word's Form

Hi,
Is there any WDP API or open source Java API to read and process Ms Word's Form, such as input field, pull down list etc.? I know of POI's HWPF, but it can only do some basic Word processing.
Thanks.
- julius

JAWIN or NEWJAWIN!!!!
newjawin consists of a java-com-codegenerator, which generates Java-Proxy-classes for COM-components like MS Word, Excel, ...
1. download newjawin
2,. start codegenerator (exe)
3. choose COM-Component (f..e. winword.exe)
4. press "generate"-Button
5. Use Javaproxyclasses to access full MS Word
Or you can use a commercial software like J-Integra that provides ready-to-use Java API to access Word. The benefit of using this tool  is that it exposes all the formatting tools Word provides like adding header, footer, page numbers, tables, etc. Also, if you require user interaction to manipulate the Word document, you can listen to Word events from your Java program and implement event handlers accordingly.

Similar Messages

  • How to read and upload microsoft word file into database using forms9i

    Hi,
    How to read and upload microsoft word file into oracle database using forms9i. I appretiate if anyone can send me example or atleast a sujjetion.
    Thanks in advance
    Mahesh Ragineni

    The webutil package includes the ability up upload from the client to the database. See otn.oracle.com/products/forms and click on webutil for more details.
    Regards
    Grant Ronald
    Forms Product Management

  • How can I transfer an adobe reader file to Microsoft word?

    I have Windows Vista on my machine. I really need to transfer an Adobe reader file into Microsoft word or at least be able to type inside of Adobe. Just wondering how can I do this task or am I just not able to?
    Any help or suggestions out there..?

    That would require using Adobe Acrobat. It can create Word docs from PDF's.
    The bad news is, most of the time it doesn't do a very good job at it.
    With Acrobat, you could also add form fields that you can fill in which would be much better.

  • When I try and open Microsoft Word 2011 documents they start opening one after another at a rapid speed and I can't stop it. I reboot and same thing happens?

    When I try and open Microsoft Word 2011 documents on my  IMAC they start opening one after another at a rapid speed and I can't stop it. I reboot and same thing happens. The documents open in rapid succession on their own and don't stop until I force close or after maybe 100 or more open I start getting the following message for each document attemting to open "This document could not be registered. It will not be possible to create links from other documents to this document" and then in paretheses the name of the document. After I click okay another trys to open. Any suggestions?

    If you had multiple documents open and quit the app without closing all of the docs first, it will open them again when you launch the app. Open Word, and then close all the documents, you may be asked to save the document, if the document was already saved but you made changes to it before you quit the app, you may need to save the changes first, shorcut ( command and s keys). After you close all of the documents then quit the app and restart the computer. See if this works.

  • Reading and processing file(s) in a filesystem

    I'm fairly new to java programming and need help.
    I need to write code which will and read and process 1 or many files from a filesystem. If a file is found, read and process it. Then do same for all files found.
    Please help.
    Thanks in advance!

    Some classes of the package java.io will be used .
    http://java.sun.com/j2se/1.4.1/docs/api/java/io/package-tree.html
    (The java.io.File has the methods list() and listFiles(), of which the former returns an array String[] and the latter returns an array java.io.File[]. )

  • Programmatically reading and processing a spool file

    Hello,
    I would like to read and process a spool file generated by a background job in my ABAP program.
    Can anyone advise if this is possible in SAP and if so, the best way to do this?
    The only information I will have in my program is the job name and the date on which the job was run. I then need to find the corresponding spool and read this into an internal table.
    Any ideas on how to do this would be appreciated.
    Thanks,
    Ruby

    DATA : it_spool      TYPE STANDARD TABLE OF rsporq    .
    *&      Form  find_spool_request_id
    FORM find_spool_request_id.
      CALL FUNCTION 'RSPO_FIND_SPOOL_REQUESTS'
        EXPORTING
          allclients          = '320'
          datatype            = '*'
          has_output_requests = '*'
          rq0name             = nast-dsnam
          rq1name             = '*'
          rq2name             = '*'
          rqdest              = 'LOCL'
          rqowner             = sy-uname
        TABLES
          spoolrequests       = it_spool
        EXCEPTIONS
          no_permission       = 1
          OTHERS              = 2.
      IF sy-subrc <> 0.
        MESSAGE i000 DISPLAY LIKE 'E' WITH text-002.
        LEAVE LIST-PROCESSING.
      ENDIF.
    ENDFORM.                    " find_spool_request_id
    READ TABLE it_spool INTO wa_spool INDEX 1.
      v_spoolno = wa_spool-rqident.
    *Get Spool request attributes
      SELECT SINGLE *
        FROM tsp01
        INTO tsp01
        WHERE rqident EQ v_spoolno.
    Edited by: K.Manas on Jan 7, 2011 6:22 AM

  • I just updated to Lion and my Microsoft Word, Excel and PowerPoint will not open because PowerPC applications are no longer supported. I bought this software from Apple and the store installed it when I bought the MAC. What do I do?

    I just updated to Lion and my Microsoft Word, Excel and PowerPoint will not open because PowerPC applications are no longer supported. I bought this software from Apple and the store installed it when I bought the MAC. What do I do?

    Buy version 2011 of MS Office.
    Or you can download OpenOffice, LibreOffice or NeoOffice, which all come very close to working with MS files just like MS Office does.
    Or iWord, I have heard, you can purchase.

  • Can I read and edit microsoft office documents on my iPhone?

    Can I read and edit microsoft office documents on my iPhone?
    such us: word (.doc), excel (.xls), powerpoint (.ppt), etcetc...
    Thanks!
    Jp

    Jay,
    As taken from the [iPhone user manual|http://manuals.info.apple.com/en/iPhoneUserGuide.pdf]:
    You can view attachments in both portrait and landscape orientation. If the format of an attached file isn’t supported by iPhone, you can see the name of the file but you can’t open it. iPhone supports the following email attachment file formats: .doc, .docx, .htm, .html, .pdf, .txt, .xls, .xlsx
    At this time, there is no way to edit documents on the iPhone.
    Hope this helps,
    Jennifer B.

  • Read content in Microsoft Word file.

    My new project is to read content in Microsoft Word. But,
    blah blah blah code are appeared when I read microsoft word file
    with cffile tag, and display included content in textarea. Here is
    my coding. Anything wrong in my coding and how can I read ms.word
    file and display included content in this file??
    all answers will be appreciated.

    I have figured out how to use Object in Word to embed the SWF file and use the Control Box to activate it, however, like you when I convert to Acrobat PDF from the Word Add-in it does not embed the SWF in a playable format, although the object is there.  I can't seem to get any relevant properties using the Touch Up Object tool either.  I hope someone else has a clue.  Otherwise I recommend creating your word document with "empty" text boxes that the text will wrap around and then converting to PDF and once in Acrobat embed a Flash object using the Multimedia button.

  • How to read and process oData service's ATOM XML output?

    Hi,
    I have a RFC created in system A which will call oData services of system B. I am calling this in a report using class methods,  cl_http_client. I will get the response in a ATOM XML format. Is there a standard way to read and process such ATOM XML in abap report without using further addons?
    Regards,
    Vinay

    You need to pass your filename String as a parameter to your functionality. It depends how you're currently set up though. We can't really see the top of your call so it's difficult to determine what you are calling and we don't really know from where you're calling either.
    If you're running standalone, then on launch of the application, you can feed in a file name as an argument that you can read in in String args[] in the main function and pass down to your XML splitter.
    If you're a method in a class that's part of a bigger pile, you can feed the file name as a String to the method from wherever you call from if it makes sense architecturally.
    You might also want to pass down a File object if that makes sense in your current code (i.e. if you're using your file for other purposes prior to the split, to avoid recreating closing/opening for no reason).
    Depends what you're trying to do. If I put together a piece like this, I would probably create an <yourcurrentrootpackage>.xml.splitter package.
    Also, on a side note, you're problem isn't really reading and writing XML in java, but seems more to be making your functionality generic so that any XML file can be split with your code.
    Regards
    JFM

  • Acrobat 9 Pro: Extended features in Abobe Reader and users can't resave form

    Hi all,
    I recently purchased Adobe Acrobat Pro 9 in order to be able to convert existing Word docs into "type-able" PDF forms. After sending one of the forms to a coworker, we discovered a big issue. She was able to input data and save the form - once. She is unable to edit any of the data she saved or add to any of the fields she didn't fill out. (FYI, she is using Adobe Reader 8)
    When I view the security settings for the form Adobe Acrobat Pro 9 it states "filling of form fields - allowed". When you initially open the form in Reader it states the same. If you input data and save the form, and then reopen it, a popup message appears:
    This document contained certain rights to enable special features in Adobe Reader. The document has been changed since it was created and these rights are no longer valid. Please contact the author for the original version of this document.
    Additionally, the security now states "filling of form fields - NOT allowed". Users completing these forms won't always have all of the data they need at their disposal, so the form is quite simply useless if you can only enter and save it once. We can't even save it with a different file name.
    Is there anything I can do so that users who are viewing / adding to the forms I create can go back to edit form fields after they've saved the form?
    Thank you,
    Colleen Caldwell

    Same thing happened to me.
    A form that used to work fine, wont let me input any data anymore.
    I just received the following message:
    "This document contained certain rights to enable special features in Adobe Reader. The document has been changed since it was created and these rights are no longer valid. Please contact the author for the original version of this document."
    I reinstall Adobe Acrobat Reader again, deleted temporary files, restart the computer and even downloaded again the form, which I saved with different name and continues saying same thing.
    Any help would be greatly appreciated.
    Thanks

  • OLE2: Calling Microsoft Word from Forms

    I am writing an Forms application which requires me to be able to open a Word template file; then replace the bookmarks in the template with data from an oracle database; then to save and print the Word document.
    I know I can do this using the OLE2 package, but I don't know how to. Does anyone know where I can find a good source of information showing actually how to do it, the standard Oracle documentation is syntax only, I could do with some example code, etc.
    Thanks
    Nik

    Hi there,
    You can take a look at the samples-forms. When you install Forms you can install demos too. One of those demo-forms shows how to use Forms and Word through OLE2. For ths source you can take a look within the FMB file.

  • Can I read and write a Word/excel document on an iMac ?

    Will an iMac replace my existing non apple computer?

    Yes.
    You have a number of options -
    A new Mac comes with iWork for free - this includes Pages (Word Processor), Numbers (Spreadsheet) and Keynote (Presentation software) which will import and export Word and Excel files.  You MAY have some issues with formatting and recent version of iWork is rather cut-down.
    If you want maximum compatibility with Word and Excel, there are Mac versions to buy as downloads from Microsoft.
    Finally, there are a couple of rather good free Office suites - Open Office and Libre Office are both well thought of and will handle Word and Excel files - you cansearch for these via Google.
    Hope this helps.

  • Reading and displaying Ms.Word document with web dynpro java

    Hi,
    I'm using NetWever developer studio 7..0.21.
    I'm developing web dynpro java application.I'm in difficulty to read and display word document with its original format in web dynpro view. Is it possible?
    If possible , is there a blog etc.?
    Thanks.

    Hello,
    You have to use the Office Integration Library. Please, follow the documentation below:
    http://help.sap.com/saphelp_nw04/helpdata/en/c3/32853febec3c17e10000000a114084/frameset.htm
    I hope this helps you.
    Regards,
    Blanca

  • When will Elements 13 be updated to read and process Lummix FZ1000 RAW files?

    Elements 13 will not read and proceess RAW fileds from Lummix FZ 1000.  How soon can we expect an update to address this?

    Since pse 13 ships with camera raw 8.6 and that camera only requires camera raw 8.5, pse 13 should already open the Lumix DMC-FZ1000 files without any needed updates.
    Which operating system are you using?
    If in the pse 13 editor you go to Help>About Plug-in and click on the words Camera Raw, what version does it say?
    (on a mac Photoshop Elements Editor>About Plug-in)
    Have you tried Help>Updates from within the pse 13 editor to get camera raw 8.7.1 and pse 13.1 update?

Maybe you are looking for

  • How to use Table Control?

    Hi, I am working on dialog programming and am using a TABLE control for data entry. How do I transport records from database table to screen and insert / update / delete records from the screen table which should get reflected in database table. Kind

  • My ipod touch is not recognised by windows 8 or itunes

    Help!!!  My ipod touch has now stopped working on Windows 8 and in itunes.  It does not even recognise it when I connect it.  My Nano shuffle still works fine!!

  • The Mac App Store Discussion, what is it for?

    Disclaimer: Apple does not necessarily endorse any suggestions, solutions, or third-party software products that may be mentioned in the topic below. Apple encourages you to first seek a solution at Apple Support. The following links are provided as

  • Automatic row processing updating my primary key

    Hi all! In Apex 3.2, I've got an Interactive report with a DML form on a table. My table has a primary key which use a sequence (trigger based). When I created my forms, I specified that I wanted to use an existing trigger as the source type of the p

  • Equivalent of "connect by " clause in SQL Server's T/SQL to get family tree branches

    Is there any equivalent command in SQL Server's T/SQL for the command :- select parent, offspring from table_family start by offspring='child1' connect by parent=PRIOR offspring