有没有办法密码保护从iOS应用程序导出的PDF?

时间:2011-11-24 23:27:14

标签: objective-c ios pdf

我们正在编写一个应用程序,我编写了代码以PDF格式导出数据。

问题是数据是否敏感且需要保护,是否有办法使用Apple库密码保护从应用程序导出的PDF?

如果没有,那么还有其他建议吗?

1 个答案:

答案 0 :(得分:1)

CGPDFContextCreate采用一个字典,您可以在其中发送密码作为其中一个属性。

CGPDFContxtCreate的详细信息,您可以在Apple的参考文档中找到:

http://developer.apple.com/library/ios/documentation/GraphicsImaging/Reference/CGPDFContext/Reference/reference.html#//apple_ref/c/func/CGPDFContextCreate

您可以在Apple的文档中找到密码设置信息:

http://developer.apple.com/library/ios/documentation/GraphicsImaging/Reference/CGPDFContext/Reference/reference.html#//apple_ref/doc/constant_group/Auxiliary_Dictionary_Keys