VeryPDF PDF Rasterizer Library for .NET

What is VeryPDF PDF Rasterizer for .NET?

VeryPDF PDF Rasterizer for .NET is a simple to use .NET library to quickly take your vector-based file format (PDF that is) and convert it to a pixel-based format (an image format). This process can significantly reduce the overall size of the document and then allows you to use the output image for other purposes where PDF documents may not be ideal. With a Free Evaluation Edition to try, why not start using VeryPDF PDF Rasterizer Today!

image

VeryPDF PDF Rasterizer for .NET Download Page,

https://www.verypdf.com/app/pdf-to-image-converter/try-and-buy.html#buy-cvt-com
https://www.verypdf.com/dl2.php/pdf2image_com.zip

VeryPDF PDF Rasterizer for .NET API Reference,

https://www.verypdf.com/wordpress/201407/verypdf-release-notes-verypdf-releases-a-new-version-of-pdf-to-image-com-developer-license-royalty-free-license-today-convert-any-pdf-file-to-image-file-just-two-code-lines-40764.html

Rasterize PDF to PNG Example (C# and VB.NET)

The following example demonstrates how to take a PDF file and rasterized it into a PNG file. Rasterizing a PDF file to a PNG can be done in just two simple lines of code.

C# Code:

private void button1_Click(object sender, EventArgs e)
{
    string appPath = Path.GetDirectoryName(Application.ExecutablePath);
    string strPDFFile = appPath + "\\test_files\\test.pdf";
    string strOutFile = appPath + "\\_test_out.tif";
    string strLicenseKey = "-$ XXXX-XXXX-XXXX-XXXX";

    string strCmd = "-r 300 " + strLicenseKey + " \"" + strPDFFile
            + "\" \"" + strOutFile + "\"";

    System.Type VeryPDFType =
            System.Type.GetTypeFromProgID("VeryPDF.PDFtoImageCom");
    VeryPDF.PDFtoImageCom VeryPDFCom = (VeryPDF.PDFtoImageCom)
            System.Activator.CreateInstance(VeryPDFType);
    string strReturn = VeryPDFCom.PDFToImageConverter(strCmd);
    MessageBox.Show("Converter finished.");
}

VB.NET Code:

Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
    Dim strFolderDir As String = Application.StartupPath()
    Dim strInFile As String = strFolderDir & "\test_files\test.pdf"
    Dim strOutFile As String = strFolderDir & "\_test_out.tif"
    Dim strLicenseKey As String = "-$ XXXX-XXXX-XXXX-XXXX"
    Dim strCmd As String = "-r 300 " & strLicenseKey & " """ & strInFile & """ """
            & strOutFile & """"

    Dim VeryPDFCom As Object = CreateObject("VeryPDF.PDFtoImageCom")
    Dim strReturn As String = VeryPDFCom.PDFToImageConverter(strCmd)
    MsgBox("Conversion finished.")
End Sub

Why Choose VeryPDF PDF Rasterizer?

  • Ease of Use (see our API Reference )
  • Lots of Features
  • Great Support
  • Free Evaluation
  • Flexible Licensing

VeryPDF PDF Rasterizer for .NET Features

Below is a list of the main features or our VeryPDF PDF Rasterizer for .NET.

  • Rasterize PDF to BMP
  • Rasterize PDF to JPEG
  • Rasterize PDF to GIF
  • Rasterize PDF to TIFF (including multi page TIFF)
  • Rasterize PDF to PNG
  • Rasterize PDF to EMF
  • Rasterize PDF to WMF
  • Supports Image Transparency (TIFF and PNG).
  • Full support for rendering PDF documents v1.1 - v1.7.
  • Full support of all PDF colorspaces.
  • Supports all PDF compression types.
  • Supports all PDF font types.
  • Supports Form Field rasterization.
  • Supports Annotation rasterization.
  • Supports RGB, RGBA, Monochrome, Gray-scale and Indexed color-formats
  • Indexed color support in PNG & TIFF images
  • Color quantization and custom palette support for all Indexed formats
  • Dithering support for all indexed and monochrome color formats

VeryPDF PDF Integration

If you are already using any of our other great VeryPDF PDF products or if you plan to in the future, you can rest assured that VeryPDF PDF Rasterizer will work seamlessly with all our other products. So whether you are creating PDF documents from scratch using VeryPDF PDF Generator or VeryPDF PDF ReportWriter, merging or filling in PDF documents using VeryPDF PDF Merger or converting files to PDFs with VeryPDF PDF Converter, you can now seamlessly create rasterized images out of PDF documents created with any of those above mentioned product (or any other PDF you have).

Other VeryPDF PDF Tools also Available

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)

Related Posts

One Reply to “VeryPDF PDF Rasterizer Library for .NET”

  1. >>I need the following PDF functions for my wage Software:
    >>Creating PDF file
    >>password protection
    >>Merging multiple PDF files

    Thanks for your message, “PDF Editor Toolkit Professional SDK” has these functions, you may download a trial version of “PDF Editor Toolkit Professional SDK” from following web page to try,

    http://www.verypdf.com/app/pdf-editor-toolkit/index.html
    http://www.verypdf.com/app/pdf-editor-toolkit/try-and-buy.html#pro
    http://www.verypdf.com/pdfsdk/pdf_editor_toolkit_pro_trial.zip

    You can use “PDF Editor Toolkit Professional SDK” to create PDF file, set password to PDF file and combine several PDF files together, if you encounter any problem with this product please feel free to let us know.

    VeryPDF

    VN:F [1.9.20_1166]
    Rating: 0.0/5 (0 votes cast)
    VN:F [1.9.20_1166]
    Rating: 0 (from 0 votes)

Leave a Reply

Your email address will not be published. Required fields are marked *


Verify Code   If you cannot see the CheckCode image,please refresh the page again!