objective c - printing a doc file using cocoa -


i'm looking simple code print contents of ms word file (.doc, .docx) using cocoa. i'm newbie cocoa. please help.

mac os? doc format supported nsattributedstring, means can opened in nstextview. print doc file same print other text/rich text files. can off-screen text view if don't want force user view before printing.

there example code printing off-screen nstextview on cocoadev wiki.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -