gpt4 book ai didi

swift - UIPrintPageRenderer 纸张大小不变

转载 作者:行者123 更新时间:2023-11-28 07:54:23 30 4
gpt4 key购买 nike

我正在尝试将一些 HTML 转换为 PDF 文档以保存在我的后端。但是,我无法设置打印渲染器的纸张尺寸。即使我更改了“paperRect”,纸张尺寸始终保持为 A4 - 我需要纸张尺寸为 A6。有什么想法吗?

let pageFrame = CGRect(x: 0.0, y: 0.0, width: 595.2, height: 600)

// Set the page frame.
self.setValue(NSValue(cgRect: pageFrame), forKey: "paperRect")

最佳答案

您通过设置 paperRect 正确地做到了这一点。但是,您可能调用了默认的 UIGraphicsBeginPDFPage() 来配置每个页面,它使用默认值,如 A4 纸张大小。尝试使用 UIGraphicsBeginPDFPageWithInfo(paperRect, nil) 代替,因为您已经有了 paperRect

引用:https://developer.apple.com/documentation/uikit/1623915-uigraphicsbeginpdfpagewithinfo

关于swift - UIPrintPageRenderer 纸张大小不变,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48702659/

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