0

For a project I'm working on I have to generate a PDF document containing form fields. Is this possible using UIKit?

HeineSkov
  • 449
  • 1
  • 7
  • 18
  • 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 Answers1

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