¡@

Home 

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

iphone Programming Glossary: cgpdfdictionarygetname

Extracting images from a PDF

http://stackoverflow.com/questions/2475450/extracting-images-from-a-pdf

strm if strmdict NSLog @ Failed to load dictionary for xObject 12. get type of xObject const char type if CGPDFDictionaryGetName strmdict Type type strcmp type XObject NSLog @ Couldn't load xObject Type 13. Check weather subtype is image or not const.. type XObject NSLog @ Couldn't load xObject Type 13. Check weather subtype is image or not const char subtype if CGPDFDictionaryGetName strmdict Subtype subtype strcmp subtype Image NSLog @ xObject is not image 14. Bits per component CGPDFInteger bitsper.. bitsper bitsper 1 NSLog @ Bits per component not loaded 15. Type of filter of image const char filter if CGPDFDictionaryGetName strmdict Filter filter strcmp filter FlateDecode NSLog @ Filter not loaded 16. Image height width CGPDFInteger width height..

iPhone, CGPDFDocument - PDF links

http://stackoverflow.com/questions/3257057/iphone-cgpdfdocument-pdf-links