THotPDF.ImportLoadedFormFromFDF Method
Imports form data from an FDF file into the loaded document
Declaration
function ImportLoadedFormFromFDF(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
- 用于自动填充 PDF 表单
- 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