Home > Products Windows > PDFcamp Printer

PDFcamp Printer

VeryPDF

PDFcamp Printer

  • Convert printable documents to PDF.
  • Convert documents to PDF in batches.
  • Embed into third-party software.

Download Buy Now
v2.3 (32-bit), v3.0 (64-bit)
$29.90

Doc Converter COM is developed for developers who have the needs to convert files of Microsoft Word, PowerPoint, Excel, JPG, PNG, GIF, HTML and others to PDF by script together with other application like VB, VC, C# etc.

System Requirements

PDFcamp Pro V1.8 or newer
Microsoft Windows 2000, or later versions.
Windows Internet Explorer 5.0 or newer
Microsoft Office 97 or newer

Functions of Doc Converter COM Component

  • Create PDF
  • For Example,

        Set PdfCreator = New PDFOUTLib.PdfCreator
        PdfCreator.HTML2PDF = "C:\sample.html"
        PdfCreator.FileName = "C:\sample.pdf"
        PdfCreator.HeadersFooters = "off"
        PdfCreator.paperType = 6 '//7 is A4 paper, 6 is A3 paper
        PdfCreator.CreatePDF
        While PdfCreator.StillRunning = 1
            DoEvents
            Call WaitMessage
        Wend
        Set PdfCreator = Nothing
        Debug.Print "C:\sample.html -->C:\sample.pdf"

  • View PDF

After create a PDF file and open it in Acrobat Reader software,
For Example,

        Set PdfCreator = New PDFOUTLib.PdfCreator
        PdfCreator.HTML2PDF = "C:\sample.html"
        PdfCreator.FileName = "C:\sample.pdf"
        PdfCreator.HeadersFooters = "off"
        PdfCreator.paperType = 6 '//7 is A4 paper, 6 is A3 paper
        PdfCreator.ViewPDF
        While PdfCreator.StillRunning = 1
            DoEvents
            Call WaitMessage
        Wend
        Set PdfCreator = Nothing
        Debug.Print "C:\sample.html -->C:\sample.pdf"

If you need to know more function examples, please check on our function list.

How to use Doc Converter COM?

    First, install it.

  • Download PDFcamp Printer Pro and DocConverter COM.
  • If you have PDFcamp Printer installed, you do not need to download the Pro version.
  • Please unzip "doc2pdf_com_trial.zip" package to a folder, and run "install_as_exe.bat" file to install the DocConverter COM into your system,
  • Then you can run HTML2PDF.exe by script from MS Dos Windows.
  • Second, call DocConverter COM from PHP code

    Example :

        <?php
            $url = "http://www.verypdf.com";
            $path = "C:\\test.pdf";
            $com = new COM("PdfOut.PdfCreator");
            $com->html2PDF = $url;
            $com->fileName = $path;
            $com->Doc2PDFViaSocket();
        ?>

If you need to know more usage about this COM, please read Doc Converter COM Manual.

Features of Doc Converter COM

  • Convert any printable documents to PDF files.
  • Convert dynamic HTML pages and URLs to PDF files conversion (include Java Applet, SVG, Flash, Javascript, iFrame, etc.).
  • Support command line operation.
  • When converting html to PDF in batch, it supports asp, cgi, css, Java Applets, cookie, etc.).
  • It is compatible with all the versions of VB, VC, Delphi, Power Build, Java, .NET, etc.
  • Cover all the function of PDFcamp Printer

Video Tutorial

Relative Products

Related Links

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