Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
DynaPDF.CreateDPartRoot
Creates the DPartRoot dictionary.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 13.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.CreateDPartRoot"; PDF; NodeNameList; RecordLevel ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
NodeNameList | List of node names. | |
RecordLevel | Record level or 0. | 0 |
Result
Returns OK or error.
Description
Creates the DPartRoot dictionary.Creates the DPartRoot dictionary that must be present before DPart nodes can be created with DynaPDF.AddDPartNode.
Note that the function will fail if a DPartRoot dictionary was already imported or created by this function. You can check whether a DPartRoot dictionary exists with DynaPDF.HaveDPartRoot.
DPart stands for Document Part. DParts are a feature of PDF/VT, a PDF format for the printing industry.
See DynaPDF manual for details.
See also
Release notes
- Version 13.3
Blog Entries
Created 13th June 2023, last changed 13th June 2023
