×
Menu
Index

GetEmbeddedFileContent

 
 
  • GetEmbeddedFileContent( nIndex, cFileName ) => Extracts an embeded (attached) a file from the PDF and save it as a disk file.
 
cIndex : The index of the embedded file. Must be a value between 1 and the value returned by EmbeddedFileCount.
 
cFileName : The path and file name of the file to write the contents to.
 
 
Return values
false (.f.)  Could not write to the specified file or Index parameter was invalid.
true (.t.) Embedded file contents written to the specified file successfully.