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: Read a specific page from .doc file

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post Read a specific page from .doc file

    Hi,
    I want to read content from a specific page of .doc file.
    Is it possible?
    If it is possible, How?

    Please help me.

    -Satyaprasad

    Hi,
    I want to read content from a specific page of .doc file.
    Is it possible?
    If it is possible, How?

    Please help me.

    -Satyaprasad
    Last edited by Norm; April 1st, 2013 at 08:35 AM. Reason: Duplicate


  2. #2
    Member
    Join Date
    Sep 2012
    Posts
    128
    Thanks
    1
    Thanked 14 Times in 14 Posts

    Default Re: Read a specific page from .doc file

    You would probably need 3rd party libraries (Apache) to read a doc file. Even then, I'm not sure it specifies pages. I'm no expert, but doesn't it get formatted when you open it so suit your default settings, such as font and layout?

Similar Threads

  1. Replies: 3
    Last Post: March 21st, 2013, 10:12 AM
  2. Read Specific value
    By sarwardnj in forum File I/O & Other I/O Streams
    Replies: 3
    Last Post: March 17th, 2013, 02:05 PM
  3. i want my code to read the content of a html page... and am getting this error.
    By samvenkatram in forum What's Wrong With My Code?
    Replies: 1
    Last Post: August 27th, 2012, 01:43 PM
  4. Read input, read file, find match, and output... URGENT HELP!
    By MooseHead in forum What's Wrong With My Code?
    Replies: 3
    Last Post: April 3rd, 2012, 11:01 AM
  5. How to read URLs from a web page
    By abitha in forum Java Theory & Questions
    Replies: 1
    Last Post: September 17th, 2009, 12:36 PM

Tags for this Thread