Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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 also CreateDPartRoot function in DynaPDF manual.
See also
Release notes
- Version 13.3
Blog Entries
Created 13th June 2023, last changed 5th November 2023