Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server (Not)
Client
Old
Guides
Examples
New in version:
6.5
7.0
7.1
7.2
7.3
7.4
7.5
8.0
8.1
8.2
Statistic
DynaPDF.CreateStructureTree
Creates a global structure tree that is required to create Tagged PDF files.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
DynaPDF | 4.4 | Yes | Yes | Yes | Yes | Yes |
MBS( "DynaPDF.CreateStructureTree"; PDF )
Parameters
Parameter | Description | Example value |
---|---|---|
The PDF reference returned from DynaPDF.New. |
Result
Returns OK or error.
Description
Creates a global structure tree that is required to create Tagged PDF files.See dynapdf_help.pdf manual for details.
Required for PDF/A.
See also CreateStructureTree function in DynaPDF manual.
Examples
Create structure tree:
Set Variable [$r; Value:MBS("DynaPDF.CreateStructureTree"; $pdf)]
See also
Example Databases
- DynaPDF/Convert to PDFA
- DynaPDF/Create Text as PDFA
- DynaPDF/Invoice/Invoice
- DynaPDF/ZUGFeRD/ZUGFeRD Invoice
DynaPDF.CreateSigFieldAP - DynaPDF.CreateTextField
Feedback: Report problem or ask question.
Links
MBS FileMaker blog