PdfImagesGetPdfImages Method (Stream, String, String)

NReco.PdfRenderer Class Library Documentation
Extract images from input stream with PDF content.

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

public string[] GetPdfImages(
	Stream inputPdfStream,
	string outputDir,
	string options = "-png"
)

Parameters

inputPdfStream
Type: System.IOStream
input stream with PDF content
outputDir
Type: SystemString
target folder for the image files
options (Optional)
Type: SystemString
pdfimages options (by default "-png" is used)

Return Value

Type: String
list of image file names
See Also

Reference