GetEmbeddedFileContentToString
Version history
This function was introduced in Quick PDF Library version 7.13.
Description
Extracts the specified embedded file and returns the content as a string.
Syntax
Delphi
function TQuickPDF0813.GetEmbeddedFileContentToString(Index: Integer): string;
ActiveX
This function is not available in the ActiveX edition
DLL
char * QuickPDFGetEmbeddedFileContentToString(int InstanceID, int Index)
Parameters
| Index | The index of the embedded file. Must be a value between 1 and the value returned by EmbeddedFileCount. |