How to use a scanner!

I'm writing after 3 hours of trial and error. I've a Canon Lide 20 and I've downloaded and installed the driver and scanbox software. I confirmed that the device is connected to my mac.
The problem is that the canon scanning software wants me to link it with a software to import the scanned image. This can be photoshop (which I don't have). Any other free application that works?
Image Capture doesn't work.
Here is what I get from Canon: ScanGear CS is an Adobe Photoshop compatible plug-in driver. If an application program is compatible with Adobe Photoshop plug-in drivers, then ScanGear CS can be summoned from within that program by installing ScanGear CS in the plug-ins folder of the program.
* To find out whether an application program is TWAIN-compliant or Adobe Photoshop Plug-in compliant, please contact the manufacturer of that program.
* Contact the manufacturer of the application program for instructions for summoning ScanGear CS from within the program and for operating procedures for that program.
top

I have a Canon 8400F flatbed scanner, OS 10.5.4, and use Canoscan Toolbox version 4.9.3.4. On the menu that it opens you can choose to save your scanned image to a file by using the "Save" choice on the Canoscan menu. I tested it by asking it to save a scan to my Desktop. Canoscan put the scan into a folder named with today's date. You should be able to scan all your images to this folder then use them as you wish. Canoscan is a bare-bones program but it allow you to do a number of things with your scans (email, print, copy, etc.). For better control make sure the box "Display the scanner driver" is checked. The download library at Canon USA has the Canoscan Toolbox program in file CSTb4130MXE.dmg.gz.

Similar Messages

  • How to use the scanner class to ask for a character?

    Hey guys, this is my assignment:
    Ask the user for a single letter and a sentence, and print out the
    number of times that letter shows up in the sentence.
    Please tell me how to scan for a character. I tried this:
    import java.util.Scanner;
    public class Frequencies
        public static final void main(String[] args)
            Scanner scanner = new Scanner(System.in);
            Scanner scan = new Scanner(System.in);
            System.out.println("Enter a sentence");
            String x = scanner.next();
            System.out.println("Enter a letter to look for");
            String y = scan.next();
            char z = y.charAt(0);
            int chara = 0;
            for(int i = 0; i<x.length(); i++){
                    if(z==y.charAt(i)){
                            chara = chara++;
            System.out.println("There are " + chara + " " + z + "s in the sentence");
    }and got the error after Running (not compiling):
    Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 1
            at java.lang.String.charAt(String.java:687)
            at Frequencies.main(Frequencies.java:16)I thought this meant that I was asking for the character in postition 1 of string y, but in my code I wrote position 0
    when I tried inserting words in the character place (just to see what happened, not expecting functionallity, I got
    Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: [NUMBER OF CHARACTERS]
            at java.lang.String.charAt(String.java:687)
            at Frequencies.main(Frequencies.java:16)Please help.
    The assignment isn't due nor graded, this is just killing me lol.
    Thanks in advance
    Edited by: Sevan on Oct 18, 2008 4:40 PM

    jverd wrote:
    Skydev2u wrote:
    I've used this method for a while now and it gets the job done.
    import java.util.Scanner;
    public class ReadInput {
    public static void main(String[] args) {
    Scanner UserInput = new Scanner(System.in);
    char letter = UserInput.findWithinHorizon(".", 0).charAt(0);
    I know you're trying to help, but this isn't really doing it. It does nothing to address the source of the OP's problem. The way he's doing it now is almost right. He just needs to do a tiny bit of detective work to fix a small bug. Tossing off a totally different approach, with no explanation, is not particularly helpful.Your right jverd I skimmed the OP's problem too quick;y and in tern didn't understand it fully. After reading the post thoroughly I saw that the problem can be solved by taking the sentence the user enters and then converting it into a array of characters. Then searching for the specific letter the user enters is achieved by comparing it to each individual element of the char array. Then incrementing a counter variable each time a match is made. I hope this example code solve your problem.
    * @author skydev
    import java.util.Scanner;
    public class SentenceReader {
        public static void main(String[] args) {
            int counter = 0; //Amount of time the letter appears in the sentence
            char letter;    //Letter the user search for
            char[] sentenceArray; //char array to hold the elements of the string the user inputs
            String sentence; //sentence the user inputs
            Scanner UserInput = new Scanner(System.in);
            System.out.println("Please enter a sentence! ");
            sentence = UserInput.nextLine();
            sentenceArray = sentence.toCharArray(); //splits up the users sentence into a array of char
            System.out.println("Please enter a letter to search for ");
            letter = UserInput.findWithinHorizon(".", 0).charAt(0);
             for(int i = 0; i < sentence.length(); i++){
                    if(letter == sentenceArray){ //search to see if the letter of interest equals to each char (letter) of the array
    counter++; //increments the amount of time the letter appears, set to 0 by default
    System.out.println("The letter appeared " + counter + " times in the sentence"); //Displays the result :) I love programming

  • How to use Epson scanner in the profesjonell way?

    Why cant you help me to use the Epson scanner in the profesjonell way?

    What do you mean by 'the professional way'? If you are asking about a TWAIN interface you need to look at http://helpx.adobe.com/photoshop-elements/kb/twain-installed-photoshop-elements-11.html.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • How to use Card scanner

    I see the image in perfect focus but am never allowe'd to take picture of card. Endless refocusing But NEVER takes picture.

    Card scanner?  Device?  Purpose?

  • How to import from scanner?

    I have multifunction HP psc 2210xi all in one printer/scanner. I can print with no problem. But I couldn't figure out how to use the scanner. Does anyone here use a HP scanner on the iMac before? What step do I take to make it available to software like iPhoto or Adobe Photoshop element etc.?
    Thanks in advance.

    You cannot scan directly into iPhoto. Scan your photos into a file on your computer and then import that file into iPhoto by dragging it into iPhoto's window.
    Have you looked at HP's support directions? See this: http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00033295&lc=en&cc=us&dlc=en &tool=useCategory&product=79502&rule=1571&dest_page=useCategory
    When asked for location for scanning, choose a file folder that you have created for your scans.
    You should also do a search in this forum looking for more info on scanning. (I tried to do this for you, but for some reason Apple's site won't allow this right now).

  • HT204266 how do i get an app to be recognized under the camera setting to be able to use the scanner?

    I have an app called goodreads and an in order to use the scanner it says I need to let the camera have access. to do so it is saying to go to settings, privacy camera and allow access to the app well I do that but under the camera it doesn't have that app listed and I don't know how to get it so it is there? I have tried deleting the application and reloading it and still nothing. any advice?

    TThat means you're allowing access to your camera roll when you access the app - like Instagram.
    doesnt mean when you open the camera roll - good read will be an option like Facebook, Flickr, twitter...
    refer to the good read support pade

  • Any one can teach me how to use scanner method

    in the scanner method has a use useDelimiter(). how to use that
    Please help
    thanks

        public static void main(String[] args) throws Exception {
            Scanner s = new Scanner("nightsky_ting_didn't_consult_the_javadocs");
            s.useDelimiter("_");
            while (s.hasNext())
                System.out.println(s.next());
        }

  • How to use "scanner advanced" signal with DMM 4060?

    Hi!
    We're using SCXI-1128 switches with 1331 terminal blocks. The switches should communicate with the PCI DMM 4060 via the SH9MD cables.
    Does someone know if there is a possibility to use the scanner advanced signal from the switch over these cables (for handshaking)? The documantation says the signal is only available on the front connector (1331) which does not make much sense in my eyes...
    I'd be glad if someone could help me here.
    Best regards,
    Jan

    When you are using the SH9MD to communicate from the 4060 to an 1128, you are using the cable for SCXI communication. You are connecting this cable to the back of the 1128 and the only signals it can carry are SCXI communication and the Measurement Complete (MC) from the DMM to the Switch. The 1128 cannot route his Scanner Advanced (SA) signal to the back where the SH9MD connects, and there are not any available PIN to carry it.
    If you want to use handshaking with a PCI 4060 and a 1128, you will need to control the Switch using a different controller than your PCI 4060 (another 4060/4070/4021) connected to the back of the 1128 using the SH9MD cable. You will also need to get the "trigger cable" for your PCI 4060 (available page 298 in 2002 NI catalog). This cab
    le splits the SH9MD into 2 BNCs; EXT TRIG IN and MC. These BNCs need to be connected to the SA screw terminal and to the EXTRIGIN screw terminal respectivelly on the 1331 terminal block.
    The DMM will need to be set to external for both the Trigger/Sample trigger and the MC destination. The Switch would also have its SA destination and input trigger set to "front of module X".
    A very good source of information in the "NI digital multimeter help" available on the Web. Check out the Triggering section under the Programming heading.
    Good luck.

  • I want to use the scanner... how do I get this ap?cc=us

    I am trying to use the scanner feature and cannot figure out the process. Thanks for your help.

    lamourtoujours wrote:
    It used to do it with the mailto: extension which doesn't work anymore.
    It can be done because it was done.
    You could have made your question here much easier to understand. You mentioned none of this in your first two posts.
    There's a fairly recent version of that extension for Safari, here: https://code.google.com/p/mailto-chromeextension/downloads/list
    If that doesn't work, maybe you should try using the Chrome version.
    Good luck.

  • C7280 how to downlaod info to be able to use the scanner.

    Very new to this and am now in need to use the scanner on this printer. do not have the disc anymore to download. please help as need to use the scanner for this printer.

    Hi Linsky68, welcome to the forums!
    Here is the download page for the different operating systems for you printer:  http://h10025.www1.hp.com/ewfrf/wc/softwareCategor​y?cc=us&lc=en&product=3204785
    This is the printers main support page: http://h10025.www1.hp.com/ewfrf/wc/product?cc=us&d​lc=en&lc=en&product=3204785
    And here is the link to all the different scanning methods: http://h10025.www1.hp.com/ewfrf/wc/documentSubCate​gory?tmp_rule=35674&tmp_task=useCategory&cc=us&dlc​...
    Please feel free to repost if you have any other questions
    *** If my reply was helpful, please click on the "Kudos Thumbs-Up" on the right, as a way to say "Thanks!".
    If this reply also fixed your issue - please click the "Accept as Solution" button, so that others can find the same answer. ***

  • Would like to scan using older scanner

    Hello to the Mac family,
    Once again I am stuck. I have been a very longtime user of 9.2. I really loved it. Well my slot load 350 finally died. I bought a new I-mac running X.5.2.
    I have an old Epson perfection 636U scanner. I would love to be able to scan into Photoshop with this scanner. Money is now really tight so I need to be able to get this to work if possible.
    I must say I wish my old apps like "Sound Jam, Pagemaker etc. worked on this new computer.
    I went to the Epson site and see that the drivers are for 8.6 to 9.2. I figured these won't work on X.
    There must be some sort of generic Twain driver or something that will let me scan.
    This is where I need gentle help. If there is a way to scan using this could someone please advise.
    Also please remember that I am a total newbie to X. In 9.2 I could download and install to the P.S. prefs folder or put the driver into import/export folder. I knew how to do all that but on X I am having trouble just doing little things like finding my music.
    I really would appreciate it if someone could offer step by step help. The scanner is old but it works great. I know I won't have my OCR software etc. I just need to be able to scan pixs to PS.
    Thanks for taking the time to read this.......mGb,,,..,,,,,,,,,Jim

    Hello Dennis,
    First...thanks for the help. I followed your suggestion and I thinkI did it right.
    I tried to use the scanner but it doesn't see a scanner. When I go into Photoshop or Imageready, I can select the Twain drivers that are listed from the download. I see 5 drivers and have selected each one. When I select the 640 and try to import it says no device. I did this with all 5 and still no luck.
    I rechecked all my connections and have the scanner plugged directly to the computer (no hub).
    It really seemed like it would work. Prior to this I had no Twain devices listed.
    Do you have any other ideas. I really need to scan and my wife will never OK the purchase of a new scanner. The computer was a large investment for us. It seems as though I should be able to get this scanner to work. I am 100% certain the scanner is good.
    As far as the new OS, I am pretty sure in time I will love it. For now it is hard to navigate. In 9.2 I used the exten manager quite a bit. I could trash prefs when having trouble, I knew where most everything was located on the HD. It is just going to be a change and I am not real good with change. Kinda like an old pair of boots, you get to love them......
    If you have any other ideas I would really appreciate it, as my wife has several pixs she wants me to scan. These are of recently deceased family members so this is important.....Thanks......mGb.....Jim

  • How to use txt files in jar file

    Hi all
    I just made a program that uses a text file, but I havent managed to work it correctly, program runs without jar correctly, but when I packaged all files into a jar, it couldnt find txt file, so I can only run it when I create another text file outside of jar.
    How can I solve this??

    I used this:
    Scanner fileScan = new Scanner (new file
    ("Words.txt"));
    but when I make a jar file, it doesnt find the txt
    file inside a jar,
    do I need to specify path or something?I have already told you that you shouldn't use new File(..) you should use getResourceAsStream(String name) to get an InputStream to the file.
    Kaj

  • How to use the Bluetooth module natively in Parallels Desktop

    link to the instructions on how to enable bluetooth natively in parallels:
    http://www.mattiouz.com/blog/2007/04/13/how-to-use-the-built-in-mac-bluetooth-in -windows-under-parallels/
    link to the .exe that installs the apple driver for the bluetooth module needed in parallels: http://www.mattiouz.com/download/AppleBluetoothInstaller.exe
    now my bluetooth is accessible under parallels 3.0.5158. i scanned with a bluetooth netowrk scanner and i had no problems connecting to my treo 650.
    i took my some time to find the info but @ last i found it;-)
    Message was edited by: smokeonit

    Hi,
    You canr use text modules in script. You have to use standard texts .
    Standard text are maintained in SO10 transaction.
    you can create translation text for other languages also . So based on logon language it will print translation text.
    go to SO10
    give textname it say Ztextname  id as ST and language as EN
    say create, then you will get editor there maintain your text and save it . then come back . Now change language (say for german DE) say create and eneter translation text and save it.
    so now you have created a text called ztextname which you can use in your script.
    Inorder to insert the texts in your script do as below
    go to any window editor and   select path
    Insert->texts->symbols->standard symbols
    then you will get popup  in which you have to mention all the parameters that you have created earlier.
    after inserting just change language EN to sy-langu
    Reward points if useful
    About text elements Sravan already given some informatiomn
    Regards,
    Nageswar

  • What does the automatic document feeder tray do?how to use it in hp photosmart 7510

    wht is the automatic document feeder tray for? how to use it?

    The ADF is used to automatically feed a number of pages for scanning, copying or faxing.  Paper is loaded into the ADF with the printed side facing up.  When you then copy (or scan or fax) the pages will be automatically pulled into the scanner mechanism one at a time and then deposited in the output tray. 
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • How can use my Wireless Location Appliance to work with RF ID's?

    How can use my Wireless Location Appliance to work with RF ID's for Asset Tagging.
    It seems Smartcard used for ID cards have a small RF ID, can I use this for Asset Tagging?
    Thanks in Advance

    There are two kinds of RFID tags: Active tags, which have a battery or other internal power source, and passive tags, which have no power source and work by reflecting the energy from an RFID scanner (basically). At the energy levels and distances used for WiFi location detection, passive tags will not return a detectable signal.
    Take a look at http://www.aeroscout.com/ for more info on WiFi RFID tagging.

Maybe you are looking for

  • Remote access vpn on cisco 866VAE-k9

    Hi All, I need to create a remote access vpn tunnel to a cisco 866VAE-k9 (interfaceport GE0). i have tried multiple configuration options like i found them in the documentation, but wasn't able to get it to work. the current setup is: 866VAE-k9 LAN i

  • Can i update itunes from one computer to the other with a thumb drive

    i have a computer that has no internet access but a laptop that does. is there a way i can update it with a file on a thumb drive?

  • My new imac will not boot up.

    I purchased a new imac 2.15" I7 processor and it has been working fine until today. It will not boot up. The background is white and the boot symbol just spins and spins. Powered the system off and back on and didn't work. Also unplugged waited for a

  • How do I keyframe Text Color Changes

    I'm trying to rapidly change the color of the text by keyframes but it's not working. it's just staying the same color the entire time. What am i missing?

  • Tv 20WLT56B lost audio when connected to PC

    I have a toshiba 20WLT56B tv which produces no audio when i connect my PC to it via an audio cable to the tv PC audio in. It use to work then i tried tuning my tv using the controls as i lost my remote and now there is no audio. Audio is okay when a