Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.CreateXFAStream
Creates an XFA stream and adds it to the global XFA resource array.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 9.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.CreateXFAStream"; PDF; Name; XML ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
Name | The name for the stream. | |
XML | The XML for the stream. |
Result
Returns number or error.
Description
Creates an XFA stream and adds it to the global XFA resource array.The parameter Name must be the name of the XFA resource. XML must be a valid XFA stream buffer or empty text, if the buffer should be set later with DynaPDF.SetXFAStream.
If the function succeeds the return value is the stream handle, a value greater or equal zero.
If the function fails the return value is an error message.
See also CreateXFAStream function in DynaPDF manual.
See also
Release notes
- Version 9.5
- Added DynaPDF.CreateXFAStream and DynaPDF.SetXFAStream functions.
Blog Entries
This function checks for a license.
Created 20th October 2019, last changed 17th July 2022
