4
Answers

Printing from iPad2 device


Hi experts,
I'm developing asp.net application and i'm browing the application on iPad 2 device.
Now, I wanted to do print few pages, but unfortunately safari on iPad doesn't support window.print(javascript).
How do I overcome this issue ?
Is there is any way of printing from iPad device?


Answers (4)
0
Muralidharan Deenathayalan

Muralidharan Deenathayalan

NA 11.9k 1.5m 13y
I'm checking the compatiblity for AirPrint option. Let you know the status once it is done.

Thanks for your suggestions.
0
Pankaj Gogoi

Pankaj Gogoi

NA 91 0 13y
Hi

Can you use the bookmarklet feature to convert it to pdf and then print. Here is one link
http://www.ipadforums.net/ipad-help/32146-ipad2-printing-webpages.html

Can you please check this link also. It talks about AirPrint101

http://support.apple.com/kb/ht4356

It has feature for printing from safari

Thank You

0
Muralidharan Deenathayalan

Muralidharan Deenathayalan

NA 11.9k 1.5m 13y

http://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariWebContent/CreatingContentforSafarioniPhone/CreatingContentforSafarioniPhone.html#//apple_ref/doc/uid/TP40006482-SW1
iOS Note: Note that the showModalDialog and print methods are not supported in Safari on iOS.

I can't use /integrate the third party application inside my browser app.
Can you please suggest me any other way for printing from iPad 2 device?
0
Pankaj Gogoi

Pankaj Gogoi

NA 91 0 13y
Hi,

Window.Print() is supported in all major versions of browser. is there any error it throws.
You can probably check apple app centre if any free printing application is available that you can integrate with your application.
I would like to direct you to this article that talks about printing.
http://www.macworld.com/article/150726/2010/04/iphone_printing.html

Thank You