Home > Products Windows > PCL Converter

VeryPDF PCL Converter

VeryPDF

PCL Converter

  • Convert PCL to PDF.
  • Convert PCL to Image.
  • Convert PCL to PS.
Download Buy Now
Version 2.7
$125.00

VeryPDF PCL Converter SDK is a software development kit designed to assist you, the software programmers, to quickly add a PCL conversion utility to your own applications. This PCL conversion utility can convert print files (PX3, PXL and PCL) to PDF, PS, JPG/JPEG, BMP, TIF/TIFF, etc. and make different settings for output file.

 

VeryPDF PCL Converter SDK encapsulates all the components required for quick integration. It allows software developers or programmers to quickly integrate PCL converter component in other applications programmed in Visual C++, Visual Basic, etc. development environments.

 

In the following contents, you will some samples which illustrate proper usage of VeryPDF PCL Converter SDK.   

System preference

Operating Systems: all the Windows platforms, like Windows 2000, XP, Vista, 7, Windows Server 2003, 2008, 2008 R2 – 32 and 64 Bit and so on.

Programming Languages

The following programming languages are supported:C#, VB .NET, MS Visual Basic, Borland Delphi, VBA (MS Office products such as Access) and C++ via COM, C and C++ via native C.

Sample: Visual C++

#include <windows.h>

#include <string.h>

#include <stdio.h>

 

__declspec(dllexport)

int WINAPI VeryPDFPCLConverter(const char *lpCmd);

 

void main(int argc, char *argv[])

{

    if(argc < 3)

        return;

    char szCmd[2048] = {0};

    for (int i = 1; i < argc; i++)

    {

        strcat(szCmd, "\"");

        strcat(szCmd, argv[i]);

        strcat(szCmd, "\" ");

    }

    printf("%s\n", szCmd);

    VeryPDFPCLConverter(szCmd);

}

Sample: Visual Basic

VERSION 5.00

Begin VB.Form Form1

   Caption         =   "Form1"

   ClientHeight    =   3090

   ClientLeft      =   60

   ClientTop       =   450

   ClientWidth     =   4680

   LinkTopic       =   "Form1"

   ScaleHeight     =   3090

   ScaleWidth      =   4680

   StartUpPosition =   3  'Windows Default

   Begin VB.CommandButton PCL2PDF

      Caption         =   "Convert PCL file to PDF file"

      Height          =   1095

      Left            =   1080

      TabIndex        =   0

      Top             =   840

      Width           =   2415

   End

End

Attribute VB_Name = "Form1"

Attribute VB_GlobalNameSpace = False

Attribute VB_Creatable = False

Attribute VB_PredeclaredId = True

Attribute VB_Exposed = False

 

Private Declare Function VeryPDFPCLConverter Lib "pcltoolsdk.dll" (ByVal strCommandLine As String) As Long

 

Private Sub PCL2PDF_Click()

    Dim nRet As Long

    Dim strCmd As String

    Dim strInPCL As String

    Dim strOutPDF As String

   

    strInPCL = App.Path & "\test.pcl"

    strOutPDF = App.Path & "\test.pcl.pdf"

   

    strCmd = "-$ XXXXXXXXXXXXX "

    strCmd = strCmd & " """ & strInPCL & """"

    strCmd = strCmd & " """ & strOutPDF & """"

    nRet = VeryPDFPCLConverter(strCmd)

    'MsgBox (Str(nRet))

End Sub

To know more usage about the SDK package, you can download VeryPDF PCL Converter SDK and try it in your own development environment.

To get full version of the SDK package, you can buy VeryPDF PCL Converter SDK here.

Features of VeryPDF PCL Converter SDK

  • Support all features of VeryPDF PCL Converter SDK except owning a user interface.
  • Allow software programmers to integrate the codes and APIs of the program into other applications.
  • Support to be called by any programming or scripting languages
  • Support Visual C++ and Visual Basic
Discount 45% ($49.90) to buy PDF to Word Converter, PDF to Excel Converter, and PDF to PowerPoint Converter.

Related Links

Related Products

Gold Support 30-DAY NO RISK REFUND
 
  Learn more about
VeryPDF PCL 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.