Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Reading and Writing Word Documents

  1. #1
    Junior Member
    Join Date
    Apr 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Reading and Writing Word Documents

    Hi,

    I apologize if this is in the wrong section.
    I'm trying to read in and write to a word document, however, I'm not sure how to do so. I'm looking for API's that could help with this. I looked at apahce poi but I'm not sure if it can do what I need it to. The trickiest part is to create links that link to different parts of the word document (I forgot the correct term). If it is not possible to allow for these links, then I can leave them out.

    Basically, the program takes in a word document and sorts the information in it. I will attach the file before it has been sorted and then after.

    Thanks

    Sorted and Unsorted Document.zip


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Reading and Writing Word Documents

    This question doesn't seem to have anything to do with the Java SE classes that do I/O.
    I don't know where questions about third part APIs goes.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Reading a word
    By ashish1765 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: December 8th, 2012, 12:44 PM
  2. How to write code for writing fields into word documents using POI
    By kalpanaathota in forum What's Wrong With My Code?
    Replies: 1
    Last Post: May 17th, 2012, 07:19 AM
  3. Reading a text file word by word
    By dylanka in forum File I/O & Other I/O Streams
    Replies: 3
    Last Post: October 21st, 2011, 02:06 PM
  4. Reading the size (height and width) of word documents
    By pradeep_das in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: May 7th, 2010, 09:58 AM