Android 的 Postscript 驱动程序?
我正在寻找一个 Android 应用程序,它只是一个打印驱动程序,可将文件转换为 postscript 和/或 PCL,然后将其发送到网络打印机。我首先关心的是打印 pdf 文件。你们中有人知道 Java(或者我想我可以使用 C/C++ 和 JNI)库将 pdf 转换为 PS/PCL 吗?这里的关键问题是我无法使用任何内置的 Java 打印库,因为这些库不包含在 Android 中。
我没有任何野心来出售该应用程序,或以我的名义分发它,或任何类似性质的东西,因此,如果您能给我指出一些我可以直接使用的开源转换器,那就太好了。
I am looking to program an Android app which is simply a print driver that converts a file to postscript and/or PCL and then sends it to a network printer. My first concern is printing pdf files. Do any of you know of a Java (or I guess I could use C/C++ and JNI) library for converting pdf to PS/PCL? The key issue here is that I can't use any of the built-in Java print libraries, since those aren't included on Android.
I don't have any ambition to sell the app, or distribute it under my name, or anything of that nature, so if you can point me to some open-source converters which I can use directly, that would be great.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此问题的“发送到网络打印机”部分与现有的 Stack Overflow 问题重复, Android 中的打印 API 和 Android 上的打印 API Galaxy Tab。
答案要归功于 2011 年 8 月的 Horcrux7:
目前有一些运行不良的第三方应用程序。没有什么是专业的解决方案......所有在 Android 中需要打印 API 的人都应该投票给它。
The "send to a network printer" part of this question is a duplicate of existing Stack Overflow questions, Printing API in Android and Android Printing API on Galaxy Tab.
The answer, thanks to Horcrux7 in August 2011:
Currently there are some bad working third party apps. Nothing is a professional solution.... All which need a printing API in Android should vote for it.