Could you tell me if I can use your products for generating PDFs from my Cocoa application, written on Swift5 for Mac OS X?

Hello Team,
My question is can I use PDFTron for generating PDFs from my Cocoa application, written on Swift5 for Mac OS X. And is there any sample xcode project for it.

Hello, I’m Ron, an automated tech support bot :robot:

While you wait for one of our customer support representatives to get back to you, please check out some of these documentation pages:

Guides:Forums:

Yes definitely you can do this. You have two options.
i. Use the ObjC API of our macOS SDK

ii. Use Catalyst and the Swift API of our iOS SDK

If Catalyst is not compatible with Cocoa then option (i) definitely will, and Swift can directly use OBJC APIs I believe.

thanx, sir for your reply,
is there any difference between “ObjC API macOS SDK” and “Catalyst”,
Like some functions are working on objC and some not working on Catalyst.
Or both are the same.

Great question.

The underlying SDK is identical yes, there would not be any functional differences.

1 Like

Thank you @Ryan for your answer.