在 Cocoa 中处理 PDF

发布于 2024-10-29 21:06:25 字数 104 浏览 1 评论 0原文

我想知道是否有一种方法可以使用 PDFKit 中的更简单的类(PDFDocument、PDFPage),并且仍然获取对较低级别 CGPDFDocumentRef 对象的引用。有谁知道这是否可能?

I am wondering if there is a way to use the simpler classes in PDFKit (PDFDocument, PDFPage), and still get references to the lower level CGPDFDocumentRef object. Does anyone know if this is possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏日浅笑〃 2024-11-05 21:06:25

来自 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;

From 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;
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文