S
shuihan20e
Unregistered / Unconfirmed
GUEST, unregistred user!
Public Declare Function pdfOpenPDF Lib "SII_PDF.DLL" Alias "_OpenPDF@20" (ByVal sFileName As String, _
ByVal bIgnoreProtect As Boolean, _
ByVal sUserPassword As String, _
ByVal sOwnerPassword As String, _
ByRef lHandle As Long) As Long
Public Declare Function pdfConvertPDFToTextFile Lib "SII_PDF.DLL" Alias "_ConvertPDFToTextFile@16" ( _
ByVal lFirstPage As Long, _
ByVal lLastPage As Long, _
ByRef lPDFHandle As Long, _
ByVal sOutputFile As String) As Long
Public Declare Function pdfConvertPDFToText Lib "SII_PDF.DLL" Alias "_ConvertPDFToText@20" ( _
ByVal lFirstPage As Long, _
ByVal lLastPage As Long, _
ByRef lPDFHandle As Long, _
ByVal sBuffer As String, _
ByVal lSize As Long) As Long
ByVal bIgnoreProtect As Boolean, _
ByVal sUserPassword As String, _
ByVal sOwnerPassword As String, _
ByRef lHandle As Long) As Long
Public Declare Function pdfConvertPDFToTextFile Lib "SII_PDF.DLL" Alias "_ConvertPDFToTextFile@16" ( _
ByVal lFirstPage As Long, _
ByVal lLastPage As Long, _
ByRef lPDFHandle As Long, _
ByVal sOutputFile As String) As Long
Public Declare Function pdfConvertPDFToText Lib "SII_PDF.DLL" Alias "_ConvertPDFToText@20" ( _
ByVal lFirstPage As Long, _
ByVal lLastPage As Long, _
ByRef lPDFHandle As Long, _
ByVal sBuffer As String, _
ByVal lSize As Long) As Long