gpt4 book ai didi

cocoa - Web View 到 PDF 文档

转载 作者:行者123 更新时间:2023-12-03 16:25:20 24 4
gpt4 key购买 nike

我尝试从 WebView 获取 PDFDocument,但我只获取了页面的一部分:-(

我使用的代码是这样的:

//Generate a PDF document from the HTML.
NSData *pdfData = [webView dataWithPDFInsideRect:[webView frame]];
PDFDocument *document = [[PDFDocument alloc] initWithData:pdfData];

[document writeToURL:[NSURL URLWithString:@"file:///Users/tmp/test.pdf"]];

知道如何让它变得更好吗?

最佳答案

NSData *pdfData = [[[[webview mainFrame] frameView] documentView] dataWithPDFInsideRect:[[[webview mainFrame] frameView] documentView].frame]; 
PDFDocument *document = [[PDFDocument alloc] initWithData:pdfData];
[document writeToFile:@"/Users/PalmAgent/Desktop/test.pdf"];

关于cocoa - Web View 到 PDF 文档,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6472753/

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