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: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

DynaPDF.FindEmbeddedFile

Searches for the embedded file Name and returns the handle of it when it can be found.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 6.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.FindEmbeddedFile"; Name )   More

Parameters

Parameter Description Example
Name The name of the embedded file. $name

Result

Returns number or error.

Description

Searches for the embedded file Name and returns the handle of it when it can be found.
The file can then be extracted with DynaPDF.GetEmbeddedFile.
If the function succeeds the return value is an embedded file handle, a value greater or equal zero. If the file cannot be found the return value is -1.

See also FindEmbeddedFile function in DynaPDF manual.

See also

Created 1st June 2016, last changed 1st June 2016


DynaPDF.FindBookmark - DynaPDF.FindField

Feedback: Report problem or ask question.