Skip to content
Guides

How to Make an iOS App with ComPDFKit Conversion SDK

This section will help you to quickly get started with ComPDFKit Conversion SDK to make an iOS project with step-by-step instructions, which include the following steps:

  1. Create a new project.

  2. Integrate ComPDFKit Conversion SDK into your project.

  3. Apply the license key.

Create a New Project

Open Xcode and select Create a new Xcode project from the welcome screen or select File -> New -> Project from the menu bar.

how_to_create_a_project

Add ComPDFKit Conversion SDK Package

Once Xcode creates the project, add the file "ComPDFKit_Conversion.xcframework" to the project by following steps:

  1. In the Project navigator, click on the project name at the top of the left sidebar.

  2. Click on the TAEGETS that you want to add the framework to.

  3. Select the General tab at the top of the main editor area.

  4. Scroll down to the Linked Frameworks and Libraries section.

  5. Click the + button to add a new framework.

  6. In the dialog that appears, select "ComPDFKit_Conversion.xcframework, opencv2.framework", and click Add.

    frameworkOCR

Now that you've added the "ComPDFKit_Conversion.framework and opencv2.framework" to your project. Don't forget to import the framework where you want to use it in your project's code:

objective-c
#import <ComPDFKit_Conversion/ComPDFKit_Conversion.h>