5
votes

Did anyone manage to write custom annotations in a existing PDF using Quartz? I have rendered an PDF using CGPDFDocumentRef etc, works fine now :) And i'm successful reading the Annots dict using

    if(!CGPDFDictionaryGetArray(pageDictionary, "Annots", &outputArray)) { ....

But i can't get my head around, how to write new annotations ..

Hmmm, no-one?? it can't be impossible ... :(

1
does adding a comment bump this question? I am also really interested in this.Mahadevan Sreenivasan
@jesuisbonbon did you manage to write annotations to an existing pdfSayeedHussain

1 Answers