This class encapsulates the result of SplitPDFJob.

Implements

Constructors

Properties

Accessors

Constructors

  • Constructs a new SplitPDFResult instance

    Parameters

    • Optional assets: Asset[]

      List of result assets

    • Optional asset: Asset

      The zipped asset associated with the SplitPDFJob result

    Returns SplitPDFResult

Properties

_asset?: Asset
_assets?: Asset[]

Accessors

  • get asset(): undefined | Asset
  • Returns the zipped asset associated with the SplitPDFJob result, if an external asset was used as input PDF.

    Returns undefined | Asset

    Asset

  • get assets(): undefined | Asset[]
  • Returns the list of result assets, if an internal asset was used as input PDF.

    Returns undefined | Asset[]

    List of Asset

Generated using TypeDoc