Require MS WORD API for Java

I am looking for a way to access only the attributes of a Word document. I don't need to access the document content, no reading or writing. Just read the attributes. Is there an API out there for this?
I've heard you can do this using a com-bridge, but I have no experience with this - is it easily done and should I venture it - is it worth the effort and can it actually done what I need?
I've heard from someone about a JWord interface, but couldn't find any info on it.
Thanks.

you could use a combination of a word macro and the ActiveX bridge. the activex bridge is for accessing java and the macro for reading the attributes and pass it over the activx bridge to java. btw: the activex bridge is removed in the latest J2SE.

Similar Messages

  • Where can i get  MySQL api for java?

    I'm new to jsp,
    where can i get MySQL api for java?
    thanks

    You mean the jdbc driver for mysql ? if yes, www.mysql.com/downloads/api-jdbc.html

  • JAXB as standard API for Java Mappings in XI?

    Hi there,
    Has anyone on this forum implemented Java mappings in XI using JAXB (reference implementation for XML/JAVA data bindings of SUN)?
    If Yes, can you please share any experiences?
    We're considering to use this API for Java Mappings in XI but first would like to get more background info.
    Cheers,
    Rob.

    Hi Roberto,
    Have tried implementing Java mapping using JAXB technique couple of years ago. However I was not able to test the mapping in XI/PI environment.
    <ul>
    <li>There is no in built support for JAXB from SAP XI.</li>
    <li>There is no documentation available from SAP on JAXB hence it is difficult to implement the mapping.</li>
    <li>We have to import JAXB specific jars along with the mapping code. my attempt to execute the mapping test in IR tool was unsuccessful It was running fine in standalone mode in local PC </li>
    </ul>
    [My question on SDN on same topic..|Java Mapping Using JAXB [Java Arch for XML Binding];
    Thanks and regards,
    Ananth

  • What is the good voice xml api for java

    dear buddies,
    what is the best voice xml api for java? has somebody comeacross and work involving this, i would like to hear more about this
    thanks
    Kuha

    Maybe the VXML forum is a better place: http://www.voicexml.org/
    Good luck.

  • Data Warehouse:java.lang.NoClassDefFound Error while using OWB API for Java

    I was writing code to use the OWB APIs for Java:
    I have imported the folowing files:
    oracle.owb.connection.RepositoryManager;
    oracle.owb.connection.OWBConnection;
    oracle.owb.connection.ConnectionFailureException;
    when jvm tries to get instance of Repositary Manger by the following code
    reposManager = RepositoryManager.getInstance();
    I get the following exception:
    Exception in thread main
    java.lang.NoClassDefFoundError: com/objectspace/jgl/HashMap
    I have checked my OWB and Java environment but I cant locate com/objectspace/jgl.jar file. Can some one tell me were this jar is located in so i can import it.

    Either use some criteria you develop related to one of the keys on the table or use some sort of record limiting method.
    Note the method of limiting will vary related to the database you are using. You will have to look at the documentation.
    For example I am told this will work in MySQL to get 200 records starting at record 100.
    SELECT * FROM myTable ORDER BY whatever ASC LIMIT 100,200
    Because you are running out of memroy I assume the table is large,
    I am not sure what the impact of the above will have on performance because if in the above if the order by is not based on an index at the server level all the records will be selected and sorted before the records are limited.
    I would make sure you have an appropriate index.
    If you use the advanced search over the user forums using "resultset paging" and possibility the database you are using you should be able to get some ideas.
    I hope this makes sense to you.
    rykk

  • Java.lang.NoClassDefFound Error while using OWB API for Java

    I was writing code to use the OWB APIs for Java:
    I have imported the folowing files:
    oracle.owb.connection.RepositoryManager;
    oracle.owb.connection.OWBConnection;
    oracle.owb.connection.ConnectionFailureException;
    when jvm tries to get instance of Repositary Manger by the following code
    reposManager = RepositoryManager.getInstance();
    I get the following exception:
    Exception in thread main
    java.lang.NoClassDefFoundError: com/objectspace/jgl/HashMap
    I have checked my OWB and Java environment but I cant locate com/objectspace/jgl.jar file. Can some one tell me were this jar is located in so i can import it.

    Do you have JAVA_HOME set in your environment?
    What's the result of
    env
    Make sure DBCA is calling the java under $ORACLE_HOME not from other installation.

  • Microsoft VSS API for java

    Hi there.
    Do anyone know about API for Microsoft Visual Source Safe for java.
    I want to access VSS server from java code.
    I require help regarding that .

    Try this. Also, this might be of use in the future.

  • Is there any Sun Java's official SVG API for Java SE?

    Hi, I'm still learning Java and SVG.
    Currently I want to build a kind of client-server application transferring SVG files.
    I'm using JSR 226 to parse SVG files in my Java ME client, but I dont know what API I should use to parse SVG files in my Java SE server.
    I want the server to read a large SVG image file and then parse it and divide it into some small linked SVG image parts before it can transferred to the client.
    Does Java SE have a standard API for SVG? Bcause I only found Batik..
    thnks in advance.

    Hello,
    I am using SVG Salamander... it is a nice small library.
    https://svgsalamander.dev.java.net/
    Jacco

  • Need API for Java communicating with RS232

    Dear All,
    I am a newbie to Java. I have a sensor connected to a microcontroller, and this microcontroller is also connected to a PC through the RS232 (COM 1). I have installed the Java Communications API "Javax.comm" on my PC and was able to run the "BlackBox" sample program. What I require is a simple Java program that will read and show the bytes comming through the COM1 port. If anyone has done anything similar or has an idea of how to go about it, could they please send me some example code, I would be very grateful. Or if anyone knows about any website with such similar examples i would be very grateful.
    Thank you very much.
    FREDERIC

    Cross posted numerous times...
    http://forum.java.sun.com/thread.jspa?threadID=634826

  • An abstract database api for java

    hi there
    does somebody know if there is something like this around - I mean, an API, that works with abstract objects like tables, fields, rows, where-conditions, joins and so on, and then automatically generates the appropriate SQL-statements ?
    java.sql is a quite low-level and implementation dependent API, I'd be glad to see an abstracter framework. anybody seen something like that ?

    JDO? Though it provides for more than just portable queries, and doesn't provide any of the niceness of something like the RogueWave DBtools.h++ in terms of being able to build up a query procedurally, but it's a big step..

  • Scanning Libraries/API for Java

    Hello I'm looking for an API or library that will allow me to use or access an external scanner's functionality from Java.
    The idea is to integrate this functionality in our BBj Application.
    Thank you for any info.

    Hello I'm looking for an API or library that will allow me to use or access an external scanner's functionality from Java.
    The idea is to integrate this functionality in our BBj Application.
    Thank you for any info.

  • Which java Api for Java Wallet Subtitute

    Hello,
    i would like make a web site who make secure transaction beween applet and a bank remote using credit Card.
    I don't know which technology to use since Java Wallet has been discontinued.
    Does someone know a official Sun Java platform for use Secure Transfert Electronic (SET) Protocol on web site???
    Thank you.

    Hello,
    i would like make a web site who make secure transaction beween applet and a bank remote using credit Card.
    I don't know which technology to use since Java Wallet has been discontinued.
    Does someone know a official Sun Java platform for use Secure Transfert Electronic (SET) Protocol on web site???
    Thank you.

  • [Exchange-Online][EWS][Android]Is it possible to reach Exchange room resource mailbox through Office 365 API for Java/Android

    Hi guys,
    Title covers largely what I'm trying to do. I'm trying to create an app in Android Studio that uses the Office365 for Android API (https://github.com/OfficeDev/O365-Android-Start).
    In this app i want to bind calander events to Locations that i create in Exchange online. Is this possible? If so, how? Have not been succesful in finding in any information on the issue so far.
    At the moment when the user wants to create an event, the user just types in the "location", but this is just a string and not bound to anything. I would prefer to get a dropdown of all the room resources I have on Exchange and that this will make
    that the location. This to prevent 2 seperate meetings happening in the same room at the same time.
    (Was sent here from the O365-forums, so sorry if this is a misplaced post)
    Thanks for any and all help.
    Mathias

    So then I'm guessing you want to be able to retrieve the list of resources in the address book? If the Exchange admins have configured room lists, you could use those:
    https://msdn.microsoft.com/EN-US/library/office/dn643730(v=exchg.150).aspx.

  • License for EWS API FOR JAVA

    Dear all,
    I am wondering if the licensing terms for EWS API 1.2 forbids ms to rent, lease or lend the product I develop with it, and which may contain some or all of the files listed in the REDIST.TXT file. Technically, sec. 4 of the license terms says that "You
    may not ... * rent, lease or lend the software; ...", and the files in REDIST.TXT are part of the software. However, I would find it strange if the use of REDIST files could actually limit me from renting, leasing, lending my product. Background: our
    complex and somewhat costly appliances are sometimes leased by the customer (rent/lease), and in some cases the customer gets to test them for free (lend).
    My organization has a strict governance process and any software/API used for our products must be obtained under licensing terms which do not restrict us from marketing and exploiting our products.
    Would be thankful for any hint, even if it is just a pointoer to some place where the question has been answered.
    Thanks, Udo

    Looks like someone reported my post above as 'abusive' and as a result I was banned from the forums and all my posts deleted shortly after I posted it. I am surprised why anyone reported that post and what is in it that makes it abusive. But thankfully it's
    now fixed; I hope everyone can see the above message.

  • Help! Where I could find API for Java to uncompress ZIP format File?

    Please!
    How can i find it?
    Is there anyone have the source?

    If you want to unzip ZIP Files in java code, use java.util.ZipFile classes. Goto www.yahoo.com and type java.util.ZipFile in the search box and hit go and it will come up with all the methods and stuff for the class as the first hit.

Maybe you are looking for

  • While downloading apps from app store I'm getting unknown error has occurred message

    Hi I'm seeing the below problem from today morning.. I am using iPhone 4 unlocked (direct from apple store ). I am getting 'A unknown error has ovcurred' message while trying to download free apps from AppStore. I am connected to wi-fi while doing th

  • Unknown Error Problem

    I was trying to restore album art to my iPod, and during the process of syncing, I get an unknown error message, number -50. I've been having problems with displaying album art, and I'd have to delete the album art in order to restore it. Now, I go t

  • White screen and black

    Now, I have a problem of the week, I do still formats it helps for a couple of hours sometimes less. This is a problem .. When you come to a site I get it at the link and sometimes normally turns on what might be wrong?; /

  • Spotlight hidden behind menu bar in Leopard?

    I updated to Leopard three days ago with no problems. Today, however I suddenly find my spotlight drop down box is three quarters hidden behind the menu bar and I cannot get it to appear in front of it. Weird. Does anyone have an idea what's going on

  • Explain about how oracle handles Simultaneous insertions to a table

    Hi, Pls help me out ok.. How does oracle handle this senario....explained below? When 2 users insert to a same table at the same time who gets into the table first?User 1 or user 2? then....... In a table where the auto number is generated user 1 add