Fingerprint Sensor Image Extraction

Hello all, Greetings.
Recently I was working with Fingerprint Modules. With that I want to (@ remote location where Arduino is installed) just scan the Fingerprint & send it to Central Control room wirelessly.
I don't want to Authenticate the Fingerprint @ arduino level. That has to be done @ Central room.
For that I need to Know-

  1. Can we extract the Fingerprint or Send it Wirelessly (as it is or in any other format)?
  2. How to extract the Fingerprint image?
  3. What formats are possible for extracted version of Fingerprint?
    If you find any guidelines to help me, please share. That will help a lot.
    Awaiting for the valuable & positive responses. Thanks in advance.

Regards-
Amit

For that I recommend you to have a detail study about the data sheet of the fingerprint sensor module you are going to use and the libraries written for those sensors.
Lets be precise about R305 fingerprint sensor module, well there are codes in data sheet which allows you to get the image from sensor. Now you need to write a bunch of code to get those images.(Don't ask me for the code because even I haven't figured it out :D).
Well its not fingerprint image after it is processed by sensor. Its just some bytes of data:Hex codes.

Hello ajaya_man, Greetings.
I will go through the datasheets for R305 fingerprint sensor & will try to get it.
If anything needed will get back up here. Any more guidelines are welcome.
Also if you could give me some flowchart like thing to better understand the thing will surely help.
For now will see the datasheet. Thanks for your response.
Regards-
Amit