Some test text!

Search
Hamburger Icon

Ruby / FAQ / Where should I call the PDFNet initialize"?

Where should I call the PDFNet initialize?

This is a very common question when using PDFNet for the first time. PDFNet initialize must be called before any other methods call with PDFNet.

PDFNet.Initialize("Insert commercial license key here after purchase")

The best location would be your application start-up function (such as main(), OnAppStart(), DLLMain(), etc. - depending on our application type and development platform).

Get the answers you need: Chat with us