Top "Airprint" questions

AirPrint is the name of Apple's printing framework for iOS.

printing to an AirPrint printer from Android

Has anyone heard of anyone having any success implementing Apple's new AirPrint protocol on Android? From various descriptions, it appears …

android airprint
Printing the view in iOS with Swift

I am developing an app which requires visitor passes to be generated and printed directly from an iPad over AirPrint. …

ios swift printing airprint
How to test printing from iPhone App if we do not have AirPrint enabled Printers?

Is there a way to test whether correct pages are being passed for printing from iPhone App if we do …

iphone objective-c ios ios5 airprint
iOS Air print for UIwebview

Can any one guide me how to print the contents of my UIWebview, FOR EX : - i would like to …

ios airprint
Print paper size and content inset

I'm using following code to print HTML content containing text and images. if (![UIPrintInteractionController isPrintingAvailable]) { UIAlertView *alertView = [[[UIAlertView alloc] initWithTitle:…

html ios printing airprint uiprintinteractioncntrler