1

My requirement is print word document or webpage from zebra RW420 from a iphone application I don't how to proceed..Kindly help me out

thanks in advance srividya

srividya
  • 419
  • 6
  • 16
  • Looks like there is an [sdk](http://www.zebra.com/us/en/products-services/software/adapt-software/zebralink-sdk-apple-ipad-ipodtouch.html#mainpartabscontainer_71ac=research-learn) you can use. – erran Jun 20 '12 at 04:48
  • how to use the sdk to print webpage for a UIwebview – srividya Jun 20 '12 at 04:54

1 Answers1

2

The Zebra SDK can print out images (UIImage). See this post for how to convert the contents of a UIWebview to a UIImage. Then see the GraphicsUtil documentation which is bundled with the SDK on how to print a UIImage

Community
  • 1
  • 1
Ovi Tisler
  • 6,425
  • 3
  • 38
  • 63