Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有 Core Data 的应用程序,我想将其内容传输到 PDF 文件,以便最终用户可以打印并邮寄。
我需要采取哪些步骤?像我需要转换还是可以直接转换?
我想设置 PDF 文件的布局,所以我不确定这是否会影响问题 1。
输出到 PDF 并不是特别棘手 - 一般来说,它并不比编写传统视图更难。
UIKit 提供了一个高级 API,记录在这里。
另一种方法是渲染到 CoreGraphics PDF 上下文。您还可以搜索它的各种实现。