tags:

views:

41

answers:

1

Hello All,

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.

A: 

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)

Luke Mcneice
@Luke, thanx a lot.