views:

432

answers:

1

Hi,

I have managed to implement a very basic PDF viewer within my application, but was wondering if it was possible to add annotations to the PDF. I have looked through the SDK docs, but not found anything. I have 2 questions really:

  1. Is it possible to do this?
  2. What is the best approach to take?
  3. Is there a framework or library that I can include to assist with this?

Thanks.

+1  A: 

I don't think PDFAnnotation or PDFKit were ported to iPhone from the desktop.... probably a great excuse to file a radar. However, Haru may get you by in the meantime.

slf