DAEmbedFileStreams
Document manipulation, Direct access functionality
Version history
This function was introduced in Quick PDF Library version 7.24.
Description
Converts any stream object where the data is stored in an external file into a regular embedded stream object.
Syntax
Delphi
function TQuickPDF0815.DAEmbedFileStreams(FileHandle: Integer;
RootPath: WideString): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::DAEmbedFileStreams(FileHandle As Long,
RootPath As String) As Long
DLL
int QuickPDFDAEmbedFileStreams(int InstanceID, int FileHandle, wchar_t * RootPath)
Parameters
| FileHandle | A handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions |
| RootPath | The directory to use as the root for relative paths. |