I have a pdf and I’d like to be able to allow users to write on top of it (to sign a signature) in the middle of my iPad app, and then save the pdf with their signature.
What is the best way to do it? I’m sure there exists something already to do this. It seems unnecessary to rewrite the code to make this work.
You can do this by drawing text into the pdf context using core graphics functions. A code snippet to help this: