PdfToImageConverterGenerateImages Method (String, ImageFormat, String)

NReco.PdfRenderer Class Library Documentation
Generate images for all pages of the specifed PDF file and write output to the specified folder.

Namespace:  NReco.PdfRenderer
Assembly:  NReco.PdfRenderer (in NReco.PdfRenderer.dll) Version: 1.5.1
Syntax

public string[] GenerateImages(
	string pdfFile,
	ImageFormat imgFormat,
	string outputDir
)

Parameters

pdfFile
Type: SystemString
path to the PDF file
imgFormat
Type: NReco.PdfRendererImageFormat
output image format
outputDir
Type: SystemString
destination folder for produced image files

Return Value

Type: String
file names of produced images
See Also

Reference