Join our Discord community for support and discussions! Connect with us →

Tutorials

Working with the .NET Interface (Windows 64)

The .NET interface is provided as part of the Windows 64-bit version of the product.

The .NET interface is provided as part of the Windows 64-bit version of the product.

To use the PDF2IMG interface for .NET, follow these steps:

Create an instance of the PDF2IMG class

Instantiate the PDF2IMG class in your application.

Load your input document

Load the PDF or XPS document you want to convert to an image file or series of image files.

Select conversion options

Configure the image conversion options you need.

Convert pages to image files

Convert each page of the input document to an image file.

Dispose of the object

Call Dispose() when finished to release unmanaged resources.

The public methods provided with the PDF2IMG .NET interface include:

  • CheckForMissingAppearances()
  • ConvertPageToImage()
  • ConvertAllPagesToTIFFImage()
  • GetPageBoxWithWhiteSpaceRemoved()
  • LoadInput()
  • SetImageConversionOptions()

For more detail, see the API reference documentation for the .NET Interface.