tags:

views:

270

answers:

1

hi, i am using CGPDFDocumentRef to display Pdf document.How can i take the text from pdf to display in different style in UITextview?any help please?

+1  A: 

I can't say this is an exact duplicate, but this question is related:

PDFKit framework available on the iPhone OS?

In a nutshell, PDFKit isn't part of Cocoa Touch, and AFAIK, CGPDFDocument doesn't do what you want. You'll need a third-party library.

Can Berk Güder