Generate images for all pages of the PDF content stream 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( Stream inputPdfStream, ImageFormat imgFormat, string outputDir )
Parameters
- inputPdfStream
- Type: System.IOStream
input stream with PDF content - imgFormat
- Type: NReco.PdfRendererImageFormat
output image format - outputDir
- Type: SystemString
destination folder for produced image files
Return Value
Type: Stringfile names of produced images
See Also