PdfTools.Extraction.Extractorクラス
定義
public void ExtractText(Document inDoc, Stream outStream, TextOptions options = null, int? firstPage = null, int? lastPage = null)
例外
例外 | 条件 |
---|---|
LicenseException | 不正なライセンス |
ProcessingException | 処理に失敗 |
IOException | 出力ファイルへの書き込みに失敗 |
GenericException | 一般的なエラーが発生 |
ArgumentException | firstPage値またはfirstPage値がページ範囲外 |
ArgumentNullException | inDocがnull |
ArgumentNullException | outStreamがnull |