我想知道是否有一种方法可以使用 PDFKit(PDFDocument、PDFPage)中更简单的类,并且仍然可以获得对较低级别 CGPDFDocumentRef 对象的引用。有谁知道这是否可能?
问问题
437 次
1 回答
5
来自 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;
于 2011-04-02T04:13:54.070 回答