THotPDF.ExportLoadedFormToFDF Method
Exports the form data of the loaded document as an FDF file
Declaration
function ExportLoadedFormToFDF(const AFileName: TFileName): Integer;
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
AFileName | Reference document or type definition |
Return value
Returns the execution result or obtained data
Usage notes
- 用于提取用户填写的表单内容
- Ensure that the document object has been correctly initialised or loaded before calling this method
- For details, please refer to the relevant examples or class descriptions