简体   繁体   English

如何构建一个 Android 应用程序,该应用程序可以使用网络内的打印机打印文件(PDF、照片等)?

[英]How do I Building an Android application that can print files (PDF, photos, …) with a printer inside the network?

I am building an Android application that prints files with a printer inside the network, I have used network service discovery (NSD) and I already got an Ip and port and also a printer name, so now I need how to call this printer and send a print command to it, these are preliminary pictures of the application that I work on him:我正在构建一个Android应用程序,该应用程序使用网络内的打印机打印文件,我使用了network service discovery (NSD) ,并且我已经获得了Ipport以及打印机名称,所以现在我需要如何调用这台打印机并发送一个打印命令,这些是我在他身上工作的应用程序的初步图片:

My app: image before click Search Button我的应用程序:单击搜索按钮之前的图像

My app: image after click Search Button我的应用程序:单击搜索按钮后的图像

So anyone can help me !!所以任何人都可以帮助我!

The android documents are so clear about it. android 文档中说的很清楚。 what kind of file do you want to print:您要打印什么样的文件:

  1. Printing photos 打印照片
  2. Printing a custom document 打印自定义文档
  3. Printing an HTML document 打印 HTML 文档

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 Android 中的蓝牙打印机上打印图像? - How can I print an image on a Bluetooth printer in Android? 如何从android设备打印到windows网络共享打印机? - How print from android device to windows network shared printer? 如何在 Android 中打印 PDF 文件? - How to print PDF files in Android? 如何打印到热蓝牙打印机? - How can i print to thermal bluetooth printer? "通过蓝牙打印机 Android 打印 Pdf 文件" - Print Pdf file via Bluetooth Printer Android 如何在Android应用程序中检查WiFi网络是否受浏览器密码保护? - How can I check if wifi network is protected with browser password check inside Android application? 如何在Android应用程序中通过Bixolon打印机打印波斯字体? - How To Print Persian Font by Bixolon Printer in Android Application? 如何从Android应用程序将图像打印到MZ220打印机? - How to print an image to a MZ220 Printer from Android application? 如何从Mono for Android应用程序获取网络文件列表? - How can I get a list of network files from my mono for android application? 在设备中没有pdf应用程序的情况下,如何在android中查看pdf? - How can i view pdf in android without pdf Application in device?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM