Yama
Yama

Reputation: 2649

how to mark up a pdf text in objective c?

I am dealing with PDF Annotation right now and went through PDF Kit Reference. The problem is that the code given there for reference is too old and most of the syntax is changed also I am not getting ways to deal with.It gives error even if i add cocoa or pdfkit framework in my source code.I spent hours and hours to deal with this problem,but could not ressolve my this problem.

Can anybody help me with some example or some sort of code or something?

Kindly help me out.

Upvotes: 3

Views: 1942

Answers (1)

Altealice
Altealice

Reputation: 3572

You tagged your post with "ipad". PDFKit is not available for iOS.

What you could do is to parse the PDF yourself to get the annotations. See the Quartz 2D Programming Guide.

Upvotes: 1

Related Questions