Skip to main content
mOrtiz
Participant
December 9, 2024
Answered

How to connect api + c++ ?

  • December 9, 2024
  • 1 reply
  • 432 views

Hi all!

I´m working with tuhmbnails without api, just the handler from acrobat. But i see java examples,but i don´t see C++,just net. Where  i can get examples with c++ win32, no NET ? Thx

 

This topic has been closed for replies.
Correct answer Raymond Camden

We don't have SDKs for every language, that wouldn't be possible. However, our REST API is super simple, that's what I use in Node instead of our Node SDK.

1 reply

Raymond Camden
Community Manager
Raymond CamdenCommunity ManagerCorrect answer
Community Manager
December 9, 2024

We don't have SDKs for every language, that wouldn't be possible. However, our REST API is super simple, that's what I use in Node instead of our Node SDK.

mOrtiz
mOrtizAuthor
Participant
December 9, 2024

Thank you very much 🙂 I will try it!