Platforms
Frameworks
Languages
Platform Specifics
File format support
This guide will help you run Apryse samples and integrate a free trial of the Apryse SDK into Obj-C applications on macOS. Your free trial includes unlimited trial usage and support from solution engineers.
Download the SDK
A commercial license key is required for use in a production environment. Please contact sales to purchase a commercial key or if you need any other license key assistance.
License keys are uniquely generated. Please make sure that it is not publicly available (e.g. in your public GitHub).
Run a specific sample
OBJC
folder in a sample project, for example /Samples/AddImageTest/OBJC
and run the sample withRun all samples
/Samples
and runThe tests will run one by one.
Output files will be in /Samples/TestFiles/Output
This section will show you how to use our SDK to create a simple Apryse "Hello World!" application. It will create a document with one blank page and save it as a linearized PDF in its running directory.
/Samples
directory of the Apryse SDK and create a directory called myApp
if it does not exist already. This guide will assume your project is named myApp.myApp
directory and create a OBJC
directory for organization. Then create a myApp.m
file. Open this file in your favorite text editor and paste:OBJC
directory inside your myApp project folder add a makefile called Makefile
and paste this inside:Check the output.pdf
that the program output in the same directory. It should be a PDF with one blank page.
Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales