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.