Choose the export format from the list below:
Filter
Export as Open Document Text (ODT) format using the Office Server
Export as Portable Document Format (PDF) using the Web Browser
Export as Rich Text Format (RTF) using the Office Server
Export as HyperText Markup Language (HTML)
Select the pages to export:
Implement the following API functions in every AR System plug-in:
Action
Reference
Use the ARPluginCreateInstance function to create a plug-in instance and instance-specific data.
ARPluginCreateInstance
When a thread encounters an exception, use the ARPluginDeleteInstance function to free resources associated with the instance.
ARPluginDeleteInstance
Use the ARPluginEvent function to notify the plug-in that events have occurred.
ARPluginEvent
Use the ARPluginIdentify function to provide the type, name, and version of a plug-in.
ARPluginIdentify
Use the ARPluginInitialization function to help the plug-in to allocate and initialize global resources.
ARPluginInitialization
Use the ARPluginSetProperties function to provide information, such as plug-in service configuration parameters or services, to the plug-in.
ARPluginSetProperties
Use the ARPluginTermination function to deallocate global resources for a plug-in instance when the plug-in instance completes its function
ARPluginTermination
Related topics
AR-System-plug-in-API-functions-and-data-structures
Enabling Plug-ins