Super PDF2Image Converter

Converts PDF files to PNG, JPEG, TIFF or BMP image formats!

 

This is a quick method summary.
For complete installation, usage and deploy instructions please download the User Reference Guide.

Method summary
  • GetPageCount()
    Returns the page count of any PDF file.
  • GetPageSize(pageNumber, out pageWidth, out pageHeight)
    Returns the page size in original PDF coordinates.
  • GetImage(outputFileName, firstPage, lastPage, resolution, imageFormat)
    Converts specifies pages to image and save them to outputFileName (tiff allows multi-page or creates several files)
  • GetImage(pageNumber, resolution, width, height, imageFormat)
    Returns specified page of PDF file as an Image object. Original image is resized and resampled to fit width/height.

Sample C# code
// Instantiate the component
Pdf2ImageConverter p2i = new Pdf2ImageConverter(pdfPath);

// Get page count of a PDF file
int pages = p2i.GetPageCount();

// Get size of any page
int width, height;
p2i.GetPageSize(1, out width, out height);

// Convert any page of PDF to image file (preserving aspect ratio)
p2i.GetImage(outputImagePath, pageNumber, resolution, imageFormat);

// Convert any page of PDF to image (returns bitmap object)
Bitmap bm = p2i.GetImage(pageNumber, resolution, width, height, imageFormat);


 

 

License & Purchase Info


Current Version: 1.4

Super SpellChecker is available as:
- Standard License (59€)
- Premium License (149€)
- Enterprise License (299€)

Click here for more details & purchase

Contact Info


Feel free to contact us
for questions related to any of our products or custom .Net development. We usually respond in the same labor day.

Software Siglo XXI

Main support service: support@softwaresigloxxi.com

Sales and other enquiries: contact@softwaresigloxxi.com