How do I send csv/text file from an Android phone to a wifi printer?

前端 未结 4 1809
心在旅途
心在旅途 2021-02-03 12:06

I am developing an Android application were I am supposed to get the data from a database in csv/txt file format and later I have to send the files to a wifi printer.

Do

4条回答
  •  太阳男子
    2021-02-03 12:23

    You could read a data from database to a file directly. and then you can connect the printer via sockets or wifi. And then pass on to the printer.

    There are bunch of projects on github, maybe you can look at them, for example EasyPrinter.

提交回复
热议问题