gpt4 book ai didi

pdf.document 的快速滚动位置

转载 作者:行者123 更新时间:2023-11-28 05:52:53 27 4
gpt4 key购买 nike

我在使用 PDFKit 的 pdfView 中有一个 pdf 文档

    var urldocs = getDocumentsDirectoryURL()

urldocs.appendPathComponent("test.pdf")


let pdfDocument = PDFDocument(url: urldocs)

pdfView.displayMode = .singlePageContinuous
pdfView.autoScales = true

pdfView.document = pdfDocument

如何设置 pdfView 以显示嵌入文档的特定区域!?在 ScrollView 中,可以转到 ScrollView.contentOffset = CGPoint ...我不知道如何在 pdfView 中执行此操作

谢谢!

最佳答案

这将转到第 2 页上 10、10 处的 100x100 大小的区域。由于它是基于 0 的索引,因此第 2 页表示为索引 1。

pdfView.go(to:CGRect(x: 10, y: 10, width: 100, height: 100), on:pdfView.document.page(at: 1))

关于pdf.document 的快速滚动位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52283338/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com