I am a newbie in iPhone development. I am planning to do a PDF application for iPhone. The functionality is:
- User will type their input in a text field (which is going to be the content of the PDF file).
- I have to modify the PDF file through code while saving (paragraphs, tables, bullets etc).
- User can save it in their own name.
- User can send the PDF file as attachment of MFMailComposer.
So I have searched and got many links. However I didn't find any leading details to create and modify a PDF file in iPhone/iPad.
Can anyone please provide me a good reference to do this. Are there any alternatives to do this?