Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
DynaPDF.GetInIsXFAForm
Queries whether the current open import file contains an XFA form.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
DynaPDF | 4.2 | Yes | Yes | Yes | Yes | Yes |
MBS( "DynaPDF.GetInIsXFAForm"; PDF ) More
Parameters
Parameter | Description | Example value |
---|---|---|
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
Created 18th August 2014, last changed 21st April 2018
DynaPDF.GetInIsTrapped - DynaPDF.GetInMetadata
Feedback: Report problem or ask question.
Links
MBS FileMaker tutorial videos