PdfTools.Image2Pdf.Converterクラス
定義
public void ConvertMultiple(DocumentList images, Stream outStream, Profile profile, string outOptions = null)
例外
例外 | 条件 |
---|---|
LicenseException | ライセンスが不正 |
IOException | 出力PDFファイルへの書き込みに失敗 |
CorruptException | 入力画像ドキュメントが破損しているため読み取りできない |
GenericException | 予期しない障害 |
ProcessingException | 変換に失敗 |
ArgumentException | profileに無効なオプションが指定された |
ArgumentException | outOptionsはドキュメントの暗号化とプロファイルPDF/A準拠を指定していますが、これは許可されていません。 |
ArgumentNullException | imageがnull |
ArgumentNullException | outStreamがnull |
ArgumentNullException | profileがnull |