Home > Products >  Windows > Image to PDF OCR Converter

VeryPDF Image to PDF OCR Converter

VeryPDF

Image to PDF OCR Converter

  • Create PDF from image.
  • Recognize text in image.
  • Use console interface and GUI.

Download Buy Now
Version 3.2
$299.00

VeryPDF Image to PDF COM enables conversions from various images to PDF by Windows users and allows programmers to develop other tools based on supported features. This page aims to help you understand what VeryPDF Image to PDF COM can do and how to help you through the following examples. VeryPDF Image to PDF COM converts raster images such as TIFF, JPM and JPEG to PDF/A or PDF documents for electronic archiving or electronic data exchange.

System Requirement

Operating Systems:
Windows 2000, XP, Vista, 7 Windows Server 2003, 2008,2008 R2 – 32 and 64 Bit

 

Output Formats: PDF/A-1a, PDF/A-1b, PDF 1.0 to 1.7
Input image format: TIF (TIFF), JPG (JPEG), PNG, GIF, PCD, PSD, TGA, BMP, DCX, PIC, EMF, WMF, etc.

 

Interfaces API: C#, Java, .NET, ect.

 

Programming Languages

C#, VB .NET, J# via .NET, Java via JNI, MS Visual Basic, Borland Delphi, MS Office products such as Access and C++ via COM, C and C++ via native C

Sample: Visual Basic

Private Sub Command1_Click()

Dim filename As String

Dim id As Long

Dim code As Long

Dim beginpage As Long

Dim pagenum As Long

Dim lFile   As Long

 

   filename = "append.pdf"

   id = VeryOpen(filename)

   If (id > 0) Then

        ret = VeryAddImage(id, "test1.jpg")

        ret = VeryAddImage(id, "test1.jpg")

        VeryClose id

   End If

   

End Sub

Sample: Visual C++

void main()

{

    char szPDFFile[256];

    char szImageFile[256];

    long id;

 

    memset(szPDFFile,0,256);

    memset(szImageFile,0,256);

 

    if(!LoadVeryWDll())

        return ;

 

    GetModulePath(szPDFFile,"append.pdf");

    id=pVeryOpen(szPDFFile);

    if(id>0)

    {

        pVeryAddInfo(id,"Title","Subject","Author",

        "Keywords""Creator");

                pVerySetFunction(id,Very_Set_ViewerPreferences,4+4096,2,0,0);

 

        //add image file types

        AddTIFFImage(id);

 

        AddJPGImage(id);

       

        AddWMFImage(id);

       

        //add bookmark

        pVerySetFunction(id,Very_Set_BookMark,0,0,

        "bookmark three" ,0);

        //add image four, the example for bit 24 bmp

        AddImageData(id);

 

        AddText(id);

 

        AddLineAndRect(id);

 

        AddTextFile(id);

 

        AddTextExample2(id);

 

        CharTable(id);

 

        pVeryClose(id);

    }

    FreeVeryWDll();

 

    ShellExecute(NULL,"open",szPDFFile,NULL,NULL,SW_SHOWNORMAL);

}

Besides samples of Visual Basic and Visual C++ mentioned above, VeryPDF Image to PDF COM provides other examples in download package obtained from Try and Buy

Features of VeryPDF Image to PDF COM

You can click here to view more features about VeryPDF Image to PDF COM.

Discount 45% ($49.90) to buy PDF to Word Converter, PDF to Excel Converter, and PDF to PowerPoint Converter.

Relative Products

Related Links

Gold Support 30-DAY NO RISK REFUND
 
  Learn more about
Image to PDF OCR Converter
  See other products   Download   Buy Now
 
 
                   
 You may like these products
VeryPDF PDFcamp Printer Pro
VeryPDF PDFcamp Printer Pro

$38.00

Convert files of Microsoft Word, PowerPoint, Excel, JPG, PNG, GIF, and HTML to PDF. Create PDF from printable documents.
VeryPDF PDF Editor
VeryPDF PDF Editor

$89.95

Create PDF, annotate PDF, fill PDF forms, edit PDF contents and hyperlinks, and convert PDF to image. It is a cost-effective PDF editor.
VeryPDF PDF to Word OCR Converter
VeryPDF PDF to Word OCR Converter

$59.95

Recognize characters in scanned image PDF and save as Word. It supports batch process that can convert multiple PDF files with one click.