Introduction
The Xpertdoc Add-In Framework provides the environment and libraries required to build extensions for available applications in Xpertdoc Portal. There are different types of add-ins that can help you fulfill different scenarios:
Add-In Type | Description |
---|---|
Form Data Provider | Provides data sources for ComboBox and RadioButton controls inside a form. |
Template Data Provider | Provides data sources while executing a template. |
Document Services Operation | Executes one or more operations using Document Services on one or more documents. |
AddIn Hierarchy
- Xpertdoc Portal Add-In
- Xpertdoc Content Manager AddIn
- Xpertdoc Document Services AddIn
- Xpertdoc Document Services Addin [Word|Excel|PowerPoint]
- Xpertdoc Template Manager Operations [Word|Excel|PowerPoint]
- Xpertdoc Template Manager Operations
- Xpertdoc Template Manager Operations [Word|Excel|PowerPoint]
- Xpertdoc Document Services Addin [Word|Excel|PowerPoint]
- Xpertdoc Template Manager AddIn
AddIn Dependencies
- Xpertdoc.TemplateManager.Operations.[Word|Excel|PowerPoint]
- Xpertdoc.DocumentServices.Addin.[Word|Excel|PowerPoint]
- Xpertdoc.TemplateManager.Operations
- Xpertdoc.DocumentServices.AddIn
- Xpertdoc.DocumentServices.AddIn.[Word|Excel|PowerPoint]
- Xpertdoc.DocumentServices.AddIn
- NetOffice.[Word|Excel|PowerPoint]
Add-Ins are commonly built using a Visual Studio class library project.
Updated over 7 years ago