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.
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.
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)