For a project I'm working on I have to generate a PDF document containing form fields. Is this possible using UIKit?
Asked
Active
Viewed 107 times
0
-
please checkout this [link](http://stackoverflow.com/questions/4362734/ios-sdk-programmatically-generate-a-pdf-file) too. – Tyson Vignesh Apr 13 '16 at 09:06
1 Answers
1
No, you cannot. The CoreGraphics API and UIKit do not provide support for creating PDF annotations and form fields.

iPDFdev
- 5,229
- 2
- 17
- 18