Printing via Bluetooth

Hi guys,
I want to print using arduino bluetooth I don't know how to receive the data and supply the printer with files.
Could anyone help me in this project !?
I have arduino nano and Hc-05 Bluetooth.
Regards,,

I want to print using arduino bluetooth

Print what? What is the other bluetooth device connected to?

I don't know how to receive the data

Then you are SOL.

I want to print papers via laptop's Bluetooth.

hsalame:
I want to print papers via laptop's Bluetooth.

You are not giving us the details that we need if we are to help you.

Do you mean that you want to use Bluetooth to send some text from your Arduino to your laptop and then get your laptop to print it? That would certainly be possible if you write a suitable program for your laptop.

If you are thinking of sending data from an Arduino directly to a regular Epson or HP printer then forget it. Modern printers rely on the processing power of the PC to do a great deal of the hard work.

You can get small thermal printers (like in a cash register) that can be used directly with an Arduino - but AFAIK they need to be directly connected to the Arduino.

...R