Method | Description | |
---|---|---|
Dispose ( ) : void | ||
ExtractText ( Stream pdfStream ) : Stream |
Extracts text from the provided stream - stream must be readable
|
|
ExtractToString ( Stream pdfStream, |
Extracts text from the provided stream - stream must be readable
|
|
LogTo ( object[]>.Action |
Changes any logging of output to the provided action
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Log ( string format ) : void | ||
ReadPdfToText ( ) : TemporaryFile |
public ExtractText ( Stream pdfStream ) : Stream | ||
pdfStream | Stream | Stream to extract to |
return | Stream |
public ExtractToString ( Stream pdfStream, |
||
pdfStream | Stream | Stream to extract to |
encoding | ||
return | string |
public LogTo ( object[]>.Action |
||
logger | object[]>.Action | Logger to log to |
return |