Class SplitPDFResult
- java.lang.Object
-
- com.adobe.pdfservices.operation.pdfjobs.result.SplitPDFResult
-
- All Implemented Interfaces:
PDFServicesJobResult
public class SplitPDFResult extends Object implements PDFServicesJobResult
This class encapsulates the result ofSplitPDFJob
.
-
-
Constructor Summary
Constructors Constructor Description SplitPDFResult(List<Asset> assets, Asset asset)
Constructs a newSplitPDFResult
instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Asset
getAsset()
Returns the resultAsset
enclosing zipped output result, if an external asset was used as input PDFList<Asset>
getAssets()
Returns the list of result assets, if an internal asset was used as input PDF
-