如何使用iOS PDFKit以编程方式填写PDF表单字段

时间:2017-09-27 16:31:48

标签: ios swift annotations pdfkit

enter image description here 在我的应用程序中,我有一个基于用户输入的PDF表单。我强制PDF格式的值。我在我的应用程序中使用ILPDFKit pod进行此操作(swift 3,但由于PDFKit在iOS 11中存在,我想知道这是否可以使用PDFKit)。我在ILPDFKit使用的代码是:

// set the pdf form as ILPDFDocument  
let document = ILPDFDocument(resource:"ExamplePDFfrom")

// Manually set a form value for field name (created in adobe acrobat)
document.forms.setValue("David", forFormWithName: "FirstName") 

2 个答案:

答案 0 :(得分:5)

更新了答案

[tabread]

doc是PDFDocument的对象

答案 1 :(得分:0)

这确实发生在我身上,我更改了PDF表单字段的字体大小并解决了问题