¡@

Home 

2014/10/15 ¤U¤È 10:05:05

iphone Programming Glossary: cgpdfobjectgetvalue

How to get image from FileAttachment Annotation in pdf file

http://stackoverflow.com/questions/18574559/how-to-get-image-from-fileattachment-annotation-in-pdf-file

k 0 k arrayCount k CGPDFObjectRef rectObj if CGPDFArrayGetObject rectArray k rectObj break CGPDFReal coord if CGPDFObjectGetValue rectObj kCGPDFObjectTypeReal coord break coords k coord CGRect rect CGRectMake coords 0 coords 1 coords 2 coords 3..

Create a table of contents from a pdf file

http://stackoverflow.com/questions/2556344/create-a-table-of-contents-from-a-pdf-file

type CGPDFObjectGetType object switch type case kCGPDFObjectTypeDictionary CGPDFDictionaryRef objectDictionary if CGPDFObjectGetValue object kCGPDFObjectTypeDictionary objectDictionary CGPDFDictionaryApplyFunction objectDictionary ListDictionaryObjects.. objectDictionary ListDictionaryObjects NULL case kCGPDFObjectTypeInteger CGPDFInteger objectInteger if CGPDFObjectGetValue object kCGPDFObjectTypeInteger objectInteger NSLog pdf integer value ld long int objectInteger test other object type..

How to get actual pdf page size in iPad?

http://stackoverflow.com/questions/3045587/how-to-get-actual-pdf-page-size-in-ipad

k CGPDFObjectRef pageRectObj if CGPDFArrayGetObject pageBoxArray k pageRectObj return CGPDFReal pageCoord if CGPDFObjectGetValue pageRectObj kCGPDFObjectTypeReal pageCoord return pageCoords k pageCoord NSLog @ PDF coordinates bottom left x f pageCoords..

Get PDF hyperlinks on iOS with Quartz

http://stackoverflow.com/questions/4080373/get-pdf-hyperlinks-on-ios-with-quartz

j CGPDFObjectRef aDictObj if CGPDFArrayGetObject outputArray j aDictObj return CGPDFDictionaryRef annotDict if CGPDFObjectGetValue aDictObj kCGPDFObjectTypeDictionary annotDict return CGPDFDictionaryRef aDict if CGPDFDictionaryGetDictionary annotDict.. int k 0 k arrayCount k CGPDFObjectRef rectObj if CGPDFArrayGetObject rectArray k rectObj return CGPDFReal coord if CGPDFObjectGetValue rectObj kCGPDFObjectTypeReal coord return coords k coord char uriString char CGPDFStringGetBytePtr uriStringRef NSString..