PDFNet SDK: Android Printing Support

Q:

Can you tell me if your API supports printing of the PDF documents on the Android OS and where do you have information on this?

A:

PDFNet SDK comes with built-in print support on all platforms except for Android, which as of this moment still does not have a standard print API. Google recommends apps to use its Cloud Print service but there is no print API in the OS.

For some high-level info please see http://www.infoworld.com/t/mobile-technology/surprise-ios-and-android-printing-gotchas-199586

more info:

Android does not have a standard print API, and that’s why we do not have printing support out of the box.

http://stackoverflow.com/questions/6188067/how-to-print-the-pdf-file-from-wireless-printer

http://stackoverflow.com/questions/7699640/printing-from-android

I would suggest Google Cloud Print as a solution (https://developers.google.com/cloud-print/docs/android), since it has some good support for Android.