Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.GetInIsXFAForm
Queries whether the current open import file contains an XFA form.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 4.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.GetInIsXFAForm"; PDF ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. |
Result
Returns 0, 1 or error.
Description
Queries whether the current open import file contains an XFA form.DynaPDF does not allow editing of XFA forms. If the form is a hybrid form the XFA part can be deleted and the remaining PDF form fields can be edited as usual.
The PDF file must be opened with DynaPDF.OpenPDFFromContainer or DynaPDF.OpenPDFFromFile before this function can be called.
DynaPDF.GetXFAStream can be used to read the form definition and values.
See also GetInIsXFAForm function in DynaPDF manual.
See also
- DynaPDF.DeleteXFAForm
- DynaPDF.GetXFAStream
- DynaPDF.New
- DynaPDF.OpenPDFFromContainer
- DynaPDF.OpenPDFFromFile
Example Databases
This function checks for a license.
Created 18th August 2014, last changed 21st April 2018