3

I'm looking for a way to write text on PDF file in my code. I started with load the pdf file in a UIWebView and I add UILabel to the UIScrollView of the UIWebView. Is it the good way to write on it? How can I save it with the modifications?

4

1 に答える 1

2

PDF を解析するための API が組み込まれています。

ただし、変更を保存できるかどうかはわかりません。この質問を見て興味があるかもしれません:

Objective-CでPDFを編集するには?

PDF を変更/編集する

iPhoneアプリケーションでPDFを編集

また、次のライブラリを見てください(商用です):

于 2013-02-10T12:46:11.383 に答える