Uses of Class
com.adobe.pdfservices.operation.io.StreamAsset
-
Packages that use StreamAsset Package Description com.adobe.pdfservices.operation Contains the classes and sub-packages for various PDF Services Jobs. -
-
Uses of StreamAsset in com.adobe.pdfservices.operation
Methods in com.adobe.pdfservices.operation that return StreamAsset Modifier and Type Method Description StreamAsset
PDFServices. getContent(Asset asset)
Returns the content of the asset.Method parameters in com.adobe.pdfservices.operation with type arguments of type StreamAsset Modifier and Type Method Description List<Asset>
PDFServices. uploadAssets(List<StreamAsset> uploadAssetList)
Upload content from list ofStreamAsset
and returns a list ofAsset
to be used in PDF Services SDK.
-