Just want to know how the API's work in the background

What if we send multiple requests at the same time?
Are you serving the request in Sync or Async mode ?

We are using below API’s :

  1. Convert to PDF
  2. Extract text

Maybe you have a code how to run it in sync and async mode. Thanks

Hi,

By default, GemBox components run in sync mode.

To run in async mode, please check this example:
https://www.gemboxsoftware.com/document/examples/progress-reporting-and-cancellation/108

I hope this helps.

Regards,
Mario