Skip to main content

Getting started

Sample Project

If you prefer sample projects over documentation, check out our Docutain SDK iOS Sample on Github.

Docutain SDK Dependencies

The Docutain SDK for iOS is available as XCFramework and CocoaPod. More distributions will soon be available.

Installation using XCFramework

The XCFramework can be downloaded here: Download

  1. Unzip the downloaded file and copy it to the project directory
  2. In XCode then add the XCFramework in the Build Target under "Frameworks, Libraries and Embedded Content"
  3. Add import DocutainSdk in your source code at the places you want to use it

XCFrameworkEmbedding

Installation using CocoaPods

Add the following line to your pods file:

pod 'DocutainSdk'