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

Thread: Conversion of any document file to wiki page.

  1. #1
    Junior Member
    Join Date
    Nov 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Conversion of any document file to wiki page.

    How to convert any text file or pdf to a wiki page?or any text to html and den html to wiki?


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Conversion of any document file to wiki page.

    Hi and welcome.

    I would think you would need to establish a set of rules to go by. Find some way to read the original, convert it according to the rule set, and save it to a new file I would assume. Where are you stuck?

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

    Default Re: Conversion of any document file to wiki page.

    i need to create wiki page from a provided text file. somewhat like a database of documents like dere is in wikipedia. Is der any java api for that? and other than openoffice wat can i use to convert text file to html?

  4. #4
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Conversion of any document file to wiki page.

    You can start with a search engine and some effort. We are not here to do your work for you.

    Have you established a rule set to use in converting the files yet? Have you found a way to read the files you want to convert yet? Have you found a way to save a new file yet?
    How much of the algorithm do you have?
    How much of the code can you get working on your own?
    Where exactly are you getting stuck?

Similar Threads

  1. Conversion of any image file to text file in Java...'
    By suyog53 in forum File I/O & Other I/O Streams
    Replies: 17
    Last Post: September 23rd, 2012, 08:37 AM
  2. File conversion
    By SrikanthSuresh in forum Member Introductions
    Replies: 1
    Last Post: August 2nd, 2012, 07:36 AM
  3. How to Run jar file from JSP page
    By nicool in forum JavaServer Pages: JSP & JSTL
    Replies: 4
    Last Post: September 11th, 2011, 02:37 PM
  4. Saving .jsp page as .pdf file while generating report for struts based web application
    By ravindra_kumar_tiwari in forum JavaServer Pages: JSP & JSTL
    Replies: 3
    Last Post: August 12th, 2008, 09:32 AM