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 5 of 5

Thread: API/Tool to rotate Rtf document

  1. #1
    Junior Member
    Join Date
    Jun 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default API/Tool to rotate Rtf document

    Hi,
    I need to rotate every page in rtf document with out converting into any another format using java.
    Is there any tool /API to rotate rtf document in java ?
    can any one please help me on this?


  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: API/Tool to rotate Rtf document

    Can you explain what you mean by "rotate"? Can text be rotated using wordpad?
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Jun 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: API/Tool to rotate Rtf document

    Quote Originally Posted by Norm View Post
    Can you explain what you mean by "rotate"? Can text be rotated using wordpad?
    Hi Norm i need to rotate the whole document by 270 degrees.
    if the text in the document is reding from left to right now i need to reead botttom to top.
    and the text sho9ld to be editable.

    can you please explain me how can i do this by using java?

  4. #4
    Junior Member
    Join Date
    Jun 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: API/Tool to rotate Rtf document

    Quote Originally Posted by sreelakshmi.p View Post
    Hi Norm i need to rotate the whole document by 270 degrees.
    if the text in the document is reding from left to right now i need to reead botttom to top.
    and the text sho9ld to be editable.

    can you please explain me how can i do this by using java?


    Hi,
    Iwant to rotate the rtf document using java .In the input document am reading the text in the document from left to right but in the output document i need to rotate the text .i.e read from bottom to top and the text shoud be editable.
    Is there any tool/ApI to rotate the rtf document in java?

  5. #5
    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: API/Tool to rotate Rtf document

    Sorry, I have never seen text rotated in a rtf file.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Replies: 3
    Last Post: May 5th, 2012, 08:33 AM
  2. Java monitoring tool
    By evidentsoftware in forum Java Theory & Questions
    Replies: 1
    Last Post: February 21st, 2012, 09:25 AM
  3. need reporting tool in java
    By thota pallavi in forum Member Introductions
    Replies: 3
    Last Post: June 3rd, 2011, 03:12 AM
  4. Need steganalysis tool
    By simantoch in forum Java Theory & Questions
    Replies: 1
    Last Post: April 22nd, 2011, 12:09 AM
  5. WSDL2Java tool
    By Sai in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 24th, 2010, 08:38 AM