Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

DynaPDF.GetXFAStream

Returns an XFA stream.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 6.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.GetXFAStream"; PDF; Index; Selector )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
Index The index for the stream.
From 0 to DynaPDF.GetXFAStreamCount-1.
0
Selector Which value to query.
BufSize: Size of stream in bytes.
Buffer: The stream data as text.
Container: The stream data as a container value.
Name: The name of the stream.
"Buffer"

Result

Returns text or error.

Description

Returns an XFA stream.
The parameter Index is the array index. The function DynaPDF.GetXFAStreamCount returns the number of available streams.
An XFA form consist of several XML streams. The stream name must be used to determine which stream was returned.

See also GetXFAStream function in DynaPDF manual.

See also

Example Databases

Blog Entries

This function checks for a license.

Created 15th November 2016, last changed 9th November 2021


DynaPDF.GetWordSpacing - DynaPDF.GetXFAStreamCount