0

In my iPad application i need to write some text on PDF document. like "Doc Sign" application.

do anyone have any idea ? is there any library for that ?

Thanx in Advance.

user465125
  • 109
  • 2
  • 9

2 Answers2

0

You can Open a PDF and draw it a CALayer (Example) or UIImage (Example) then do your doc signing then draw the PDF back to a context (Example ref:Listing 13-4)

Community
  • 1
  • 1
Luke Mcneice
  • 3,012
  • 4
  • 38
  • 50
0

Look at Apple's PDFKit for answers on how to draw on or create annotations on a PDF page.

Duncan Groenewald
  • 8,496
  • 6
  • 41
  • 76