在 Objective-C 中创建 pdf
我必须生成一个巨大的 PDF 文件,其中包含 200 个字符串和 4 个表格的数据。有什么方法可以直观地创建 PDF,然后将字符串中的数据填充到正确的位置?如果没有,最好的方法是什么?现在我尝试了drawInRect:方法。
感谢您的任何建议 拉杜
I have to generate a huge PDF file that contains data from 200 strings and 4 tables. Is there any way to visually create the PDF, and then fill the data from my strings in the right place? If not, what would be the best way to do this? For now I tried drawInRect: method.
Thanks for any suggestion
Radu
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以看看
<一href="http://www.google.it/url?sa=t&source=web&cd=1&sqi=2&ved=0CBkQFjAA&url=http://developer.apple.com/library/mac /文档/Cocoa/Referen ce/ApplicationKit/Classes/NSPDFImageRep_Class/index.html&ei=FGX-Tca6MIzz-ga2s93bAw&usg=AFQjCNFrSYR_AsDSc0bhg9HdjJDNWcyuhw&sig2=poE1zTu6BZD4TEl8MNv7LA" rel="nofollow">NSPDFImageRep
CGPDFContext
这是一些示例代码
然后你可以调用你的pdf页面
You may take a look to
NSPDFImageRep
CGPDFContext
Here's some sample code
Then you can draw your pdf pages calling