I am a bit new to iOS development and have a fairly general question regarding iOS and PDFs. I know there is built-in PDF support in iOS4+, but is it possible to open a PDF for viewing then maybe make notes on it and save it again?
I’m sure there are options like opening the PDF as a background and having a “writable” overlay over it, saving it as an image then writing it out as a PDF, but I was wondering if there was a more “inherent” way to do so.
Thanks.
For searching, see this answer: Text searching PDF
For the overlay, you can just draw the pdf youself, and add you own overlay:
Update: Just a note, pdf can contain rotation information, so the actual drawing should read that metadata and transform the context accordingly.