jesuisbonbon
jesuisbonbon

Reputation: 992

Create PDF Annotations with Quartz (iOS)

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 ... :(

Upvotes: 5

Views: 2947

Answers (1)

Related Questions