如何在 UIWebView CGPDFDocumentRef 中更改 pdf 文档的字体属性(大小、颜色、样式)

发布于 2024-12-07 12:12:54 字数 221 浏览 1 评论 0原文

我正在 Objective C 中为 iphone 做一个电子书阅读器应用程序,我尝试了 2 种使用 UIWebView 和 CGPDFDocumentRef 加载 pdf 文档的方法,但我不知道如何更改 pdf 文档的字体属性(大小、颜色、样式)方法( UIWebView 和 CGPDFDocumentRef ),任何人都可以帮助我,如何更改 UIWebView 和 CGPDFDocumentRef 中的字体属性,提前谢谢

i am doing one eBook reader app for iphone in objective c ,i have tried 2 methods of loading pdf document using UIWebView and CGPDFDocumentRef but i am not getting how to change the font properties(size, color,style) of the pdf document in either of the methods(UIWebView and CGPDFDocumentRef ), can any one help me out,how to change font property in UIWebView as well as in CGPDFDocumentRef, thanx in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陌若浮生 2024-12-14 12:12:54

你不能。这个功能只是给你一个打开的方式以及其他方面。但是,PDF无法在任何操作系统中编辑。所以我认为你不能做这些事情。

您可以做的是创建一个新的 PDF。这并不容易......您可以从以下开始: 通过 NSString 将文本写入 PDF

You can't. This function only give you a way to open it and others aspects. But, PDF is unable to edit in any operate system. So I don't think you can do this things.

What you can do is create a new PDF. And it isn't very easy... You can start with this: Writing text to a PDF via from an NSString

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文