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!
source
share