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

Thread: recover the text displayed on the screen to a file (txt for example)

  1. #1
    Junior Member
    Join Date
    Mar 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post recover the text displayed on the screen to a file (txt for example)

    Hello everybody. This is the first time I'm posting on this forum and I frankly come with heavy (at least compared to my level programming). Here I would like to collect automatically in a file ( txt) the characters displayed on the screen.
    description
    I'm working on a system that the database is remote. To receive information , there is a terminal by which sends commands . The feedback is displayed only on the screen and you can only print . This is actually a terminal black screen , white character , such as command line "DOS" . The software can not export , or access to the database or other means of information retrieval .
    I explored the track of the OCR . But the result produced is not consistent with the captured picture.
    How can I do please ? I have no other tracks ....
    Thank you in advance for your many contributions .....


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: recover the text displayed on the screen to a file (txt for example)

    Welcome to the forum! Please read this topic to learn how to post code correctly and other useful info for new members.

    I don't believe what you've described can be done with Java. An alternate approach would be to create a GUI front end to access the database and that probably could be done with Java, but it would require developer access to the data. Either offer to write a better front end and ask the owner for the required access or request the owner provide a more friendly front end.

  3. #3
    Junior Member
    Join Date
    Mar 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: recover the text displayed on the screen to a file (txt for example)

    Thks! Ok.
    It is true that it is not easy. But there would be there a way to redirect the output terminal of my software to another exit? you can synchronize it with the command line "DOS"

  4. #4
    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: recover the text displayed on the screen to a file (txt for example)

    If you don't understand my answer, don't ignore it, ask a question.

  5. #5
    Junior Member
    Join Date
    Mar 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: recover the text displayed on the screen to a file (txt for example)

    Helloeverybody. Currently I have a very promising track. I finally recover the information through the spooler windows. The information is located in a SPL file. My last step is just to convert TXT or other format that I could handle programming.
    My research on google helped me find software to read (in this case SPLViewer who reads only). Another ACKmask SPL concert can pick it in txt, but it pays. And I rather need the source to integrate my aplli.

    My question is: is there a function, dll, an API or something (free or paid) in any programming language that allows me to do such a conversion? thanks for any help!

  6. #6
    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: recover the text displayed on the screen to a file (txt for example)

    If you have the format for the contents of the SPL file, a java program can be written to read the file and extract its contents.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Replies: 7
    Last Post: March 10th, 2014, 04:28 PM
  2. How to convert .gif text into .txt or .doc file in java
    By m.vinay09@gmail.com in forum File I/O & Other I/O Streams
    Replies: 5
    Last Post: May 24th, 2013, 02:48 AM
  3. Replies: 0
    Last Post: November 13th, 2012, 07:02 AM
  4. Replies: 0
    Last Post: August 30th, 2011, 08:23 AM
  5. Getting a red Oval to displayed on screen
    By warnexus in forum What's Wrong With My Code?
    Replies: 8
    Last Post: January 13th, 2011, 08:27 PM