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 に答える