printingandroid-print-framework

is this possible to print the web page in android without popup?


I am using default android printer option (android version 4.4)

I want to byPass printManager adapter popup. how to hide the popup and give a direct print to the printer in android


Solution

  • you cannot extend PrintManager class. It is a final class .Please check below link

    http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/4.4.4_r1/android/print/PrintManager.java

    These guys have designed their own printing framework.Where they are designing their own dialog.Have a look

    http://apf.isb-vietnam.com/index.php/programming-with-apf.html