In my iPad application I want to add signature in my pdf file.
I already do perform following steps:
- Open pdf in UIView (zooming is not implemented yet).
- Add one transparent subview (UIImageView) and draw signature on that.
- Save all screen using UIGraphicsGetImageFromCurrentImageContext() as a image.
- Convert and save the image as a pdf.
This is works fine but pdf quality is very poor.
But now I want to add a signature/image as a pdf metadata. Same as a markup and commenting features of PDF.
Is there any help or sample code is available for the same?