Image Viewer CP Gold SDK ActiveX

Image Viewer CP Gold SDK ActiveX 5.2

Platform : Windows 9X, XP, Vista, Window 7

For Windows Developers who need to PDF image viewer , secure and add annotation with PDF in c++ , c#, vb.net , vb, delphi, vfp, access.  

How to extract text from PDF in VB.Net Sample

How to extract text from PDF in VB.Net Sample

Step 1: Download Image Viewer CP Gold ActiveX setup disk and installed it.

Step 2: Create New Visual Basic Project, select Windows Application.

Step 3: Add a buttons into the form.

Step 4: Add following code in buttons click event.

This sample code extract text from PDF file (all Page).

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

bResult = AxImageViewer1.PDFExtractText("c:\source.pdf","c:\pdftext.txt",1,-1, true, true)

End
Sub