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.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

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

💬 Ask a question or report a problem