Class PdfImporter
Imports PDF files.
public class PdfImporter
- Inheritance
-
PdfImporter
- Inherited Members
Constructors
PdfImporter(ScanningContext, IPdfPasswordProvider?)
public PdfImporter(ScanningContext scanningContext, IPdfPasswordProvider? pdfPasswordProvider = null)
Parameters
scanningContextScanningContextpdfPasswordProviderIPdfPasswordProvider
Methods
Import(Stream, ImportParams?, ProgressHandler)
public IAsyncEnumerable<ProcessedImage> Import(Stream stream, ImportParams? importParams = null, ProgressHandler progress = default)
Parameters
streamStreamimportParamsImportParamsprogressProgressHandler
Returns
Import(string, ImportParams?, ProgressHandler)
public IAsyncEnumerable<ProcessedImage> Import(string filePath, ImportParams? importParams = null, ProgressHandler progress = default)
Parameters
filePathstringimportParamsImportParamsprogressProgressHandler