Add an annotation on a pdf

空扰寡人 提交于 2019-12-04 14:07:11

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/10373982/add-an-annotation-on-a-pdf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!