I am working on file manager. I have stored their local urls in my core data. I have file and folder, but I want to print png, jpeg, docx and pdf from my application. Let's suppose I have a print button in my application and every file, how can I print that?
Asked
Active
Viewed 91 times
0
1 Answers
0
use launch services LSOpenFromURLSpec as described in the reference. pass kLSLaunchAndPrint as launch option in the specs array.

mahal tertin
- 3,239
- 24
- 41
-
@HASSAN MASOOD did this answer help you? if yes, would you like to accept it? – mahal tertin Feb 03 '16 at 09:15