Generate images for all pages of the specifed PDF file 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( string pdfFile, ImageFormat imgFormat, string outputDir )
Parameters
- pdfFile
- Type: SystemString
path to the PDF file - 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