How do I PDFNet initialize with multiple clients concurrently?

The initialize method should be called in your application start-up (such as main(), OnAppStart(), DLLMain(), etc. - depending on our application type and development platform).

In case you don't have such a start-up method, you can call initialize multiple times and PDFNet will make sure that it is initialized only once. You only need to make sure that it is called before any other PDFNet method.

1pdftron.PDFNet.Initialize("YOUR APRYSE LICENSE KEY::Testing::123");

Once initialized, be sure to lock the document when working in a multi-threaded environment.

Did you find this helpful?

Trial setup questions?

Ask experts on Discord

Need other help?

Contact Support

Pricing or product questions?

Contact Sales