PdfImagesExtractorExtractImagesToFile(Stream, String, String) Method
Extract the images from the pages of PDF document in a stream to image files
Namespace: WinnovativeClientAssembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 20.0.0
public void ExtractImagesToFile(
Stream pdfStream,
string outputDirectory,
string imageFileName
)
Parameters
- pdfStream Stream
- The stream containing the PDF document from which to extract the images
- outputDirectory String
- The output directory
- imageFileName String
- The output file name without extension