PdfToImageConverterConvertToImageFiles(String, String, String) Method

Converts all pages of a PDF file to image files

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next.PdfProcessor (in HiQPdf.Next.PdfProcessor.dll) Version: 1.0.0
C#
public void ConvertToImageFiles(
	string pdfFile,
	string outputDirectory,
	string imageFileName
)

Parameters

pdfFile  String
Full path of the PDF file to be converted
outputDirectory  String
Output directory
imageFileName  String
Output file name without extension

See Also