【发布时间】:2011-04-01 23:27:28
【问题描述】:
我想知道是否有一种方法可以使用 PDFKit(PDFDocument、PDFPage)中更简单的类,并且仍然可以获得对较低级别 CGPDFDocumentRef 对象的引用。有谁知道这是否可能?
【问题讨论】:
我想知道是否有一种方法可以使用 PDFKit(PDFDocument、PDFPage)中更简单的类,并且仍然可以获得对较低级别 CGPDFDocumentRef 对象的引用。有谁知道这是否可能?
【问题讨论】:
来自 PDFDocument.h:
// This is the CGPDFDocument associated with the PDFDocument
// object. With this object you can call many CoreGraphics
// API. May return NULL if the document was not created from
// an existing PDF file or data.
- (CGPDFDocumentRef) documentRef;
【讨论】: