PdfToImageConverterConvertPdfPagesToImageFile(Stream, String, String) Method

Converts all the pages of PDF document in a stream to image files

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public void ConvertPdfPagesToImageFile(
	Stream pdfStream,
	string outputDirectory,
	string imageFileName
)

Parameters

pdfStream  Stream
The stream containing the PDF document to be converted
outputDirectory  String
The output directory
imageFileName  String
The output file name without extension

See Also