iOS 使用 UIGraphics 绘制 PDF:如何设置文档标题?

iOS Drawing PDFs with UIGraphics: how to set document title?

我正在使用 UIGraphicsBeginPDFContextToData 绘制 PDF,它工作正常,只是文档总是无标题。有没有办法在使用 UIGraphics 时设置标题元数据,或者我是否需要使用 CGPDFDocument?

重写

阅读此 link here

documentInfo 部分引用了您可以传入的字典。在该字典中,它包含标题的键。

Dictionary information.