I need to draw some text on existing PDF file pages in objective-c without losing any existing document attributes and outlines. I know we can create new document and draw pages from existing one, but that will not copy all the document attributes and outlines to the new PDF document automatically. I need a way to just modify the PDF page without losing its original content, outlines and properties.
Thanks,