gpt4 book ai didi

ios - 在 objective-c 中将 .png 图像转换为 pdf

转载 作者:行者123 更新时间:2023-11-29 12:35:04 24 4
gpt4 key购买 nike

我在文档目录路径中有一组图像,我需要将我保存的所有图像转换为带页码的 pdf。我使用以下代码转换 pdf
UIWebView *webview=[[UIWebView alloc]initWithFrame:CGRectMake(0, 64, 320,430)];
pdfData = [PDFImageConverter convertImageToPDF: imageVIew.image
withHorizo​​ntalResolution: 550 verticalResolution: 320];
NSString *path = [NSHomeDirectory() stringByAppendingPathComponent: @"Documents/new.pdf"];
NSLog(@"路径 %@",路径);
[pdfData writeToFile:原子路径:NO];
[webview loadRequest:[NSURLRequest requestWithURL:[NSURL fileURLWithPath:path]]];
[self.view addSubview:webview];
在此代码中,我可以将单个图像转换为 pdf。如何将我的所有图像转换为 pdf?

最佳答案

这是从图像和其他 Assets 生成 PDF 的教程:http://code.tutsplus.com/tutorials/generating-pdf-documents--mobile-11265一直为我工作。

关于ios - 在 objective-c 中将 .png 图像转换为 pdf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26601901/

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