Printing API in Android

后端 未结 6 1400
甜味超标
甜味超标 2020-12-10 07:59

I\'ve downloaded a utility called PrintShare which allows one to print things like web pages, contact lists, calendars, etc to a printer connected through wireless or a comp

6条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-10 08:32

    Android now includes a complete framework that allows users to print any document using a printer connected over Wi-Fi, Bluetooth, or other services. The system handles the transaction between an app that wants to print a document and the services that deliver print jobs to a printer. The android.print framework provides all the APIs necessary to specify a print document and deliver it to the system for printing. Which APIs you actually need for a given print job depends on your content.

    Kindly refer to the following url:

    https://developer.android.com/reference/android/print/package-summary.html

提交回复
热议问题