Image Viewer CP ActiveX Control

PDFEditImageExtract

 

Extract JPEG and PPM images files from PDF file.
 

Public Function PDFEditImageExtract( _
   ByVal strSourceFile  As String, _
   ByVal strOutputDir  As String
 ) As Bool 

 

Parameter

strSourceFile
The source of PDF File.

strOutputDir
The string of output folder.


Return Value
Return true if successful, otherwise return false.


Example

   

Visual Basic Syntax
ImageViewer1.PDFEditImageExtract "c:\sourcepdf.pdf", 1, "c:\temp"