PDFStatus: "n/a" | "loading" | "loaded" | "failed"

Information whether pdfkit has been loaded successfully. The values have the following meaning:

  • "n/a": not available. The library has not been loaded yet.
  • "loading": the library is currently being downloaded from the server.
  • "loaded": the library is available and can be used.
  • "failed": downloading the library from the server has failed.

See also PluginAPI.LoadPDFLib and PluginAPI.PDFStatus.