HeineSkov
HeineSkov

Reputation: 449

Is it possible to create PDF forms using UIKit

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

Upvotes: 0

Views: 118

Answers (1)

iPDFdev
iPDFdev

Reputation: 5834

No, you cannot. The CoreGraphics API and UIKit do not provide support for creating PDF annotations and form fields.

Upvotes: 1

Related Questions