2

I would like to know if it is possible to print an image from an iOS device without using 'UIPrintInteractionController'. I want the image be printable only by touching a button. After searching a library, I found Core Printing which is only available for macOS... Does a similar framework or library exist for iOS ?

Thanks for your help !

fredericdnd
  • 968
  • 1
  • 14
  • 25
  • You need a printer that you can send data to via IP or Bluetooth rather than using AirPrint; but this means you may need to create printer-specific code – Paulw11 Mar 06 '18 at 08:47
  • 2
    Possible duplicate of https://stackoverflow.com/questions/13145724/ios-print-without-allowing-uiprintinteractioncontroller-to-appear – Martin R Mar 06 '18 at 08:53
  • Thanks for the answers, and sorry for the duplicate, @jbtracks's answer is what I search ! – fredericdnd Mar 08 '18 at 09:22

0 Answers0