3

I have to develop a iPad app which can view a PDF file and draw some predefined annotations on it dynamically. It's like http://plangrid.com/ do.

I went though WWDC videos, stackoverflow and some other blogs.

But could not find a way to add a controller bar on the PDF. And drag a annotation from it and drop on the PDF.

I have an idea about to view a PDF. I followed ZoomingPDFViewer example.

Please advise me.

I'm using XCode 4 and iOS 4.3.

STW
  • 44,917
  • 17
  • 105
  • 161
chinthakad
  • 939
  • 2
  • 16
  • 31

1 Answers1

0

I'm not sure if you found the following stackoverflow post: Annotate PDF within iPhone SDK

The first answer shows how to add text to a pdf page at a given location. This should be helpful for your purposes.

Community
  • 1
  • 1
thundersteele
  • 673
  • 3
  • 5
  • thanx for mentioning the post. have to try on that. think it will help me to get some idea. will update you the result. – chinthakad May 01 '12 at 15:33