Postscript driver for Android?

Hey guys. I am looking for an Android program that is simply a print driver that converts a file to postscript and / or PCL and then sends it to a network printer. My first problem is to print pdf files. Do any of you know about Java (or, I think, I could use C / C ++ and JNI) to convert pdf to PS / PCL? The key issue here is that I cannot use any of the built-in Java print libraries as they are not included in Android.

I have no complaints about selling the application or distributing it under my name or anything like that, so if you can point me to some open source converters that I can use directly, that would be great.

Thank!

+3
source share
1 answer

"Send to a network printer" part of this question is a duplicate of the existing questions, Printing API in Android and Android Printing API on the Galaxy tab .

Answer, thanks to Horcrux7 in August 2011:

There are currently some bad working third-party applications. Nothing is a professional solution ... Everyone who needs the Android print API should vote for it.

0
source

Source: https://habr.com/ru/post/1789703/


All Articles