Android 的 Postscript 驱动程序?

发布于 2024-10-15 23:45:06 字数 278 浏览 9 评论 0原文

我正在寻找一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ゞ记忆︶ㄣ 2024-10-22 23:45:06

此问题的“发送到网络打印机”部分与现有的 Stack Overflow 问题重复, Android 中的打印 APIAndroid 上的打印 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文