简体   繁体   English

如何使用任何第三方库在iOS应用程序中编辑现有pdf文档。

[英]How to edit an existing pdf document in an iOS application using any third party libraries.

I would like to edit an existing pdf document,most probably comes from the server. 我想编辑一个现有的pdf文档,很可能来自服务器。 My requirement is to edit the pdf document. 我的要求是编辑pdf文档。 Here editing means i want to add some text at some particular place. 在这里,编辑意味着我想在某个特定位置添加一些文本。 Whenever user clicks on a document at some place where he wishes to enter the text, keyboard should appear and can able to write some text. 每当用户在他希望输入文本的某个地方单击文档时,键盘就会出现,并且能够写一些文本。 In the same way, he should be able to delete some of the text which he doesn't want to use in the existing document. 同样,他应该能够删除一些他不想在现有文档中使用的文本。 After all these manipulations he should be able to save the document. 完成所有这些操作后,他应该能够保存文档。 I have been trying with fastpdfkit framework, everything is possible but entering text and deleting is not working which is the main requirement for me. 我一直在尝试使用fastpdfkit框架,一切皆有可能,但是输入文本和删除不起作用,这是我的主要要求。 Anybody who had worked with this kind of requirement could probably help me. 满足这种要求的任何人都可以帮助我。

you can try with fastpdfkit . 您可以尝试使用fastpdfkit

Download the sample code form github and make use of it. 下载示例代码表格github并加以利用。

尝试下面的叶子框架演示

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在不使用任何第三方库的情况下跟踪来自iOS中所有设备的生产应用程序错误/崩溃 - How to track production app bugs/crashes from all devices in iOS without using any third party libraries 如何在ios应用程序中显示和编辑现有PDF文件 - How to show and edit existing PDF files in ios application 使用线程来解决第三方iphone库中的内存泄漏问题 - Using threads to address memory leak in third party iphone libraries 如何在iOS应用程序中编辑PDF文件? - How can I edit PDF files in an iOS application? 如何检测和避免在第三方库中使用私有API - How to detect & avoid the use of private APIs in third party libraries 是否可以在 iOS 模拟器中安装 Adob​​e reader 或第三方应用程序进行测试? - Is it possible to install Adobe reader or third party application in iOS simulator for testing? 是否可以将第3方库添加到iOS的CoronaSDK应用程序中? - Is it possible to add 3rd party libraries to CoronaSDK application for iOS? iOS框架:在拥有其他第三方库时,如何更好地实现这一目标? - iOS Frameworks: Ways to make this better, when having other third-party libraries? iPhone / iOS开发是否允许使用第三方编译的库? - Does iPhone/iOS development allow the use of third-party compiled libraries? 是否有任何第三方库可以在iPhone OS中进行酷视图转换? - Are there any third-party libraries to do cool view transitions in iPhone OS?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM