code for print from i-pad and which all print does it support

1.2k Views Asked by At

I have two questions in my mind:

  • Is there any tutorial or demo code available to print via a printer on wireless network, from iPad?
  • Which all printer does the iPad support?
2

There are 2 best solutions below

0
On BEST ANSWER

UIPrintInteractionController is a new class, which is the central class for printing in iOS. It is only available for iOS 4.2 and later.

For More information, visit

  1. UIPrintInteractionController Class Reference
  2. Drawing and Printing in iOS

Tutorial and Sample Code can be found here Printing in iOS

0
On

For your questions I have the following answers

  1. Is there any tutorial or demo code available to print via a printer on wireless network, from iPad?
    Yes. you will get the sample code and tutorials from Apple itself. Here are the links,

    print-photo sample code 1

    print-webView sample code 2

    Drawing and printing guide

  2. Which all printer does the iPad support? I will get you the link to visit,

    Air Print compatible printer list

    I will keep you post my status when I get more information on this second question, now I dont get any official document describing the printer list. I will get back to you when I get one. thanks :)