The generalFormRequest ATL COM module manages
and fills out a PDF based form system
and fills out a PDF based form system
API browser of generalFormResponse450 COM module
Interface version: | 4.50 |
Interface date: | 2 Sep 2016 |
The GeneralFormResponseManager is an ATL COM module which provides methods to load and analyze XML infosets of type generalFormResponse_430 and generalFormResponse_450. These infosets are responses to a previously sent form where the topmost object reference defines the target request. The subchapter object reference provides an in-depth description of the concept of "object reference". |
||
Interfaces | 3 interface | |
---|---|---|
IAddress | The utility interface IAddress is available for retrieving structured address data out of the XML response. | |
IGeneralFormResponse | The interface IGeneralFormResponse allows to read back all data that have been loaded with the IGeneralFormResponseManager::LoadXML method. | |
IGeneralFormResponseManager | The main interface IGeneralFormResponseManager -creatable in its own right- allows to load and analyze either a PDF form and/or a XML infoset of type generalFormResponse_450/430 with the PDF form embedded as BASE64 octet stream. | |
Types | ||
type definitions | List of all used builtin, composite and enumeration types | |
Important documents about the usage and handling | ||
Document | General usage of the generalFormResponse450 COM module - an overview | |
Document | Overview of changes when moving from generalFormResponse430 to generalFormResponse450 | |
Document | What to do in a 64bit environment - is there a 64bit Sumex1 COM dll? | |
Document | Overview of the concept of "Object reference" | |
Document | Notes about the signature part of the XML infoset | |
Document | Notes about the encryption part of the XML infoset | |
Document | Syntax of the printTemplate variable of the Print method | |
Document | How to generate a PDF archive file of a form response | |
Document | VB code snippet for using the generalFormResponse450 COM module | |
Document | generalFormResponseManagerServer450: Introduction, overview and usage of the Restful Webservice Server | |