Class InsertPagesParams
- java.lang.Object
-
- com.adobe.pdfservices.operation.pdfjobs.params.insertpages.InsertPagesParams
-
- All Implemented Interfaces:
PDFServicesJobParams
public class InsertPagesParams extends Object implements PDFServicesJobParams
Parameters for inserting pages in a PDF usingInsertPagesPDFJob
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InsertPagesParams.Builder
Builds aInsertPagesParams
instance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Integer,List<com.adobe.pdfservices.operation.internal.params.CombinePDFJobInput>>
getAssetsToInsert()
Asset
getBaseAsset()
Returns the base PDFAsset
to which pages will be inserted.static InsertPagesParams.Builder
insertPagesParamsBuilder(Asset asset)
Creates a newInsertPagesParams.Builder
.
-
-
-
Method Detail
-
getAssetsToInsert
public Map<Integer,List<com.adobe.pdfservices.operation.internal.params.CombinePDFJobInput>> getAssetsToInsert()
- Returns:
- mapping of base
Asset
page number andAsset
to be inserted along withPageRanges
.
-
getBaseAsset
public Asset getBaseAsset()
Returns the base PDFAsset
to which pages will be inserted.- Returns:
- an
Asset
instance
-
insertPagesParamsBuilder
public static InsertPagesParams.Builder insertPagesParamsBuilder(Asset asset)
Creates a newInsertPagesParams.Builder
.- Returns:
- a
InsertPagesParams.Builder
instance
-
-