Generating XML file from WORD file

hello
Everyboby.
I am trying to generate xml file from a word file.
but i am stucked with how to do it? any kind of help will be useful.
i think for doing this work i have to develop XSD file, because when i am creating the xml file, the hidden space within the word file is not catched.
please help me out.
waiting for reply
thanks
milind

hello
after searching on the net i came to know that org.apache.poi.hwpf.* is used for reading word file and its contents. for converting it to xml i have to use org.exolab.castor.xml.*
now my problem is that POI is in its early beta version and there is no help or any sample examples for understanding the api.
so if you have any idea regarding it, please write to me.
waiting for your reply.
thanks
Milind

Similar Messages

  • How to generate XML file from SQL file !

    I am new to XML publisher. I known one way to generate XML file is register one report file in concurrent manager.
    But I want to generate XML file from sql file.
    Could someone show me how to code in sql file, how to register is in concurrent manager.
    Thanks !

    Hi
    Phew ... not sure we have the space here. So I can point you in the right direction:
    1. XML data generation - there are two packages in the db you can use with a plsql procedure, XMLGEN and SQL XML. You can also use java APIs too. Try checking the db documentation and search for the above methods.
    2. Registering the report - the system administrators guide will provide this info. Hooking the program up with XMLP is covered here - http://www.oracle.com/technology/products/applications/publishing/resource/CM%20Whitepaper5.0.pdf
    Regards, Tim

  • Problem importing PDF file from Word to Pages on IPad 2

    I am trying to import a PDF file from Word 2007 to Pages on my iPad 2 using the file sharing function in iTunes.
    I am able to import it, however when Pages saves it, I get the following message:
    "Pages doesn't support some od the original document.
    Objects in headers, footers, shapes, text boxes and table cells were removed.
    Merged table cells were unmerged.
    Objects were removed from table cells."
    The document is a PDF form which needs to be filled in. The document was downloaded from a website and saved as a Word document where I have been able to enter in information and print it.
    I would like to be able to fill in the form and print it from Pages as there are other documents that accompany this PDF file. (these are plain text Word documents which I have succesfully imported and can edit and print.)
    Is there any way for me to achieve this?
    Cheers,
    Jules

    I don't think Pages can do this - you'll need a dedicated iPad PDF program that can fill in and edit PDF files. And even then, reports are that different readers work or dont' work with different PDF's... I use Goodreader, which can do some PDF filling in, but you might want to check the app store for others.

  • Acrobat distiller won't open file from word to create pdf

    I can choose acrobat from word and print pdf -- but acrobat pro 9 gives me an error message when I try to select a file from word to create a pdf. I can print acrobat from word but not from acrobat
    The error message just says can't open, check if you have read permissions for this file.  I've been doing this, but now it won't select a file from word.
    Thanks.

    Sorry Bill, It's Word 7.  I can create an acrobat pdf by choosing it when I print in word but if I try to create a pdf from acrobat - from the file - it won't work.  I get the same error.  Can't open  do you have read priviledges.  Not sure what that is or if there is a setting someplace that got checked or unchecked.
    Thanks.

  • I can't create pdf files from word 2003 files in acrobat 9 pro any more

    Until recently, i was able to make pdf files from word 2003 documents using the "create pdf from file" in acrobat 9 pro. Combining several word documents into 1 pdf was also a piece of cake.
    Now, this doesn't work any longer. If i want to select the files, office 2003 files are no longer listed in the supported file formats.
    See the picture below

    Try running a Repair Installation on Acrobat (via the Help menu).

  • Batch create from Word files

    Hi everyone,
    I'm trying to use the batch create multiple files command in Acrobat 10.1.3 to create a pdf from multiple word files but when I try to add the files, all Word files are greyed out.
    Is it possible to batch create from Word files or is that why they're greyed out?
    Appreciate any help.

    In the current version of Acrobat on the Macintosh, Word files are not supported. They are supported in the Windows version. It's been this way for a very long time.

  • Creating Post Script File from Word Document

    Hi How to create a Ps File from Word document.. Is there any api to do this ?
    ~Arjun

    (1) It is
    PostScript, not
    Post Script or
    Ps!
    (2) To create PostScript from a Microsoft Word document, you simply open such a document in Microsoft Word and print to a PostScript printer driver instance, but chose the
    Print to file option. Note that since PostScript from drivers is device-dependent, you do need to choose a PostScript printer driver instance very carefully based on a PPD that has few device dependencies.
    - Dov

  • Link to a specific topic in a chm file from Word

    Hi,
    How do I link to a specific topic in a chm file from Word? I can link to the chm but can't work out how to get it to open to a specific page. I have tried #filename and \filename at the end of the path but neither works.
    Thanks for any assistance.
    Emily

    Hi Emily
    Whether it works correctly on your C drive depends on how it arrived there.
    Click here to see what you may need to do
    Cheers... Rick
    Begin learning RoboHelp HTML 7 within the day - $24.95!
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Urgetnt:Generate XML Document from Oracle Tables.

    Environment is :9i Release 2
    Requirement : Generate XML document from the data which is vailable in Oracle tables at client location.
    Could some body help me on how to get ahead on this.
    Thanks in advance,
    Kumar.

    Implimentation in PowerBuilder7(Source is experimental.. need optimization):
    kml_store = create datastore
    selectblob kml into :kml_result from (select get_kml(:querry_type,:tmp_querry_value,1) as kml from dual) using sqlca;
    if sqlca.sqlcode=100 then
    MessageBox("INFO","No data found");
    return false;
    end if
    if sqlca.sqlcode = -1 then
         MessageBox("INFO","Error in generating KMl file");
         return false
    end if
    li_FileNum = FileOpen("test.kml",StreamMode!, Write!, LockWrite!, Replace!);
    b_len=Len(kml_result)
    b_len=64244;
    /*inserting in file :)*/
    DO WHILE b_pos<=b_len
         s_pipe=String(BlobMid(kml_result,b_pos,i_str_len))
         ret = FileWrite(li_FileNum,s_pipe);
         s_pipe="";
         b_pos=b_pos+i_str_len;
    LOOP
    FileClose(li_FileNum);
    Message was edited by:
    user601564

  • Get the BICMD file from SDA file

    Hi Experts,
      When we want to deploy the seeburger mappings from the Mapping Designer, we will generate the SDA file from BICMD file.
    Is there any way, to regenerate the BICMD file from the SDA file?
    Please help.
    Regards,
    Ravi Kanth Talagana

    Hi Ravi,
    Certain options :
    1)
    Mappings that are generated from BIC MD is used to create XML/EDI Files corresponding to the mapping that u r going to used.U can also modify standard mappings by making a new project in BIC MD.After this,this BIC MD creates SDA files which u have to deploy on the SAP XI server using SDM.Then u can these mappings in ur XI system.
    2)
    on Seeburger installation CD you can find in Release_SeeXI_1.._(SAPXI_3.0_SP..\SAP\CD-<yuor solution>\data\AdapterBIC\deploy a file called Mappings_sys.sda. This is library with Seeburger standard Mappings delivered with adapters. You need to deploy this file (Mappings_sys.sda) with SDM and then you can use those mappings in XI. Names of the contained mappings you can find in Release_SeeXI_1.._(SAPXI_3.0_SP..\SAP\CD-<your solution>\data\ SAPXI_ContentGuide_<your solution>_en.pdf. For test purpose you can use this project but if you need some additional mappings you have to install BIC MD, create your new mappings and generate new sda file (Mappings_user.sda). At any time it’s allowed to use only 1 Mappings_user.sda and 1 Mappings_sys.sda. So every new deployed Mappings_user.sda overwrites previous one. Mappings_sys.sda is deployed only by the initial installation.
    [Kindly reward points for useful reply]
    Vishal

  • Generating XML instance from XSD

    Hi,
    I want to know ( java program etc ) to generate XML instance from XSD. How tools ( XML Spy, Oxygen ) generate sample XML file from XSD. What APIs can be used for generating XML from XSD and what APIs are used for checking If XML instance conforms to a XSD? Is it big deal to implement it?
    Thanks in advance
    Sandeep

    To validate xml against XSD , I found I can use the existing parsers( using JAXP which has SAX and DOM APIs ) in current JDKs and validate. I still did not find the best way to generate xml from XSD and how tools like xml spy and oxygen generates sample xml file from xsd.
    Thanks
    Sandeep

  • Acrobat 11 doesn't create pdf. files from doc. files

    I tried to create a pdf. file from a doc. file (Office 2003). Acrobat 11 instead opens a warning message with the following contents (translated from German):
    A high security level has been chosen. Start the application that created the document, activate the dialogue "safety warning", choose "always trust macros from this resource, activate ... from Adobe Systems Inc. (the message aborts there).
    I selected "Extras/Macro/Safety/Safety level" , there I selected "low". The above mentioned message still comes up.
    What do you suggest to do in order to finally create pdf. files from doc. files?
    Additional information: Creating pdf. files from xls. files (Excel), txt. files (Editor) and saving a webpage as a pdf. file all work fine.
    Thanks for your input!

    Although Office 2003 is old compared to Acrobat XI, according to Compatible web browsers and PDFMaker applications it should work, though support has passed end of life.
    So my first test (if it were me) would be to see if PDFMaker works if run in the simplest way (the only way I ever use it, this right click conversion stuff isn't in my worldview). That is, does the Acrobat menu appear in Word and does it work? If it does not work, no other method based on it can work.

  • Convert Adobe form (PDF file) to Word file

    Hi,
    my need is in the title, i would like to convert a Adobe Form, in fact a pdf file to word file. What is the best way ? And of course is it possible ?
    Thanks for your help.
    Cheers.

    Hello,
    nothing like this cannot be done. You can generate interactive form if you need your user to fill in some more details. You can generate Word for example using OLE. There is a nice SDN contribution on generating MS Word using SAP Word OLE. Regards, Otto

  • How do you separate corrupt files from good files on a external hard drive importing them to my macbook pro

    how do you separate corrupt files from good files on a external hard drive importing them to your macbook pro

    You open them one at a time into thier respective programs and see if they are good or not and then send the bad ones to the Trash and the good ones to the appropriate folder.

  • Every time I open a New File from the File Menu and I open it all of my desktop items are in it. What's up with that?

    Every time I open a New File from the File Menu and I open it all of my desktop items are in it. What's up with that?

    This is configured in Finder preferences under the General icon. You can make some changes to that behavior.

Maybe you are looking for