Parameters for combining PDFs using CombinePDFJob.

Implements

Constructors

Properties

Accessors

Methods

Constructors

  • Constructs a new CombinePDFParams instance.

    Returns CombinePDFParams

Properties

_assetsToCombine: CombinePDFJobInput[]

Accessors

  • get assetsToCombine(): CombinePDFJobInput[]
  • Internal

    Used internally by this SDK, not intended to be called by clients.

    Returns CombinePDFJobInput[]

Methods

  • Adds an Asset to combine.

    Parameters

    • asset: Asset

      The asset to be combined. Cannot be undefined.

    • Optional pageRanges: PageRanges

      The page ranges to be combined for the input file. If not provided, all pages will be combined.

    Returns CombinePDFParams

    This CombinePDFParams instance.

Generated using TypeDoc