Uses of Interface
com.adobe.pdfservices.operation.io.Asset
-
-
Uses of Asset in com.adobe.pdfservices.operation
Methods in com.adobe.pdfservices.operation that return Asset Modifier and Type Method Description AssetPDFServices. refreshDownloadURI(Asset asset)Returns a newAssetwith a new valid download URI.AssetPDFServices. upload(InputStream inputStream, String mimeType)Upload content from input stream and returns anAssetto be used in PDF Services SDK.Methods in com.adobe.pdfservices.operation that return types with arguments of type Asset Modifier and Type Method Description List<Asset>PDFServices. uploadAssets(List<StreamAsset> uploadAssetList)Upload content from list ofStreamAssetand returns a list ofAssetto be used in PDF Services SDK.Methods in com.adobe.pdfservices.operation with parameters of type Asset Modifier and Type Method Description voidPDFServices. deleteAsset(Asset asset)Deletes asset from PDF Services storage.StreamAssetPDFServices. getContent(Asset asset)Returns the content of the asset.AssetPDFServices. refreshDownloadURI(Asset asset)Returns a newAssetwith a new valid download URI. -
Uses of Asset in com.adobe.pdfservices.operation.io
Classes in com.adobe.pdfservices.operation.io that implement Asset Modifier and Type Class Description classCloudAssetThis class represents an asset stored in Adobe internal storage.classExternalAssetThis class represents an asset stored in an external storage. -
Uses of Asset in com.adobe.pdfservices.operation.pdfjobs.jobs
Methods in com.adobe.pdfservices.operation.pdfjobs.jobs with parameters of type Asset Modifier and Type Method Description AutotagPDFJobAutotagPDFJob. setOutput(Asset asset)Sets the output asset for the job.CombinePDFJobCombinePDFJob. setOutput(Asset asset)Sets the output asset for the job.CompressPDFJobCompressPDFJob. setOutput(Asset asset)Sets the output asset for the job.CreatePDFJobCreatePDFJob. setOutput(Asset asset)Sets the output asset for the job.DeletePagesJobDeletePagesJob. setOutput(Asset asset)Sets the output asset for the job.DocumentMergeJobDocumentMergeJob. setOutput(Asset asset)Sets the output asset for the job.ExportPDFJobExportPDFJob. setOutput(Asset asset)Sets the output asset for the job.ExportPDFToImagesJobExportPDFToImagesJob. setOutput(Asset asset)Sets the output asset for the job.ExtractPDFJobExtractPDFJob. setOutput(Asset asset)Sets the output asset for the job.HTMLToPDFJobHTMLToPDFJob. setOutput(Asset asset)Sets the output asset for the job.InsertPagesPDFJobInsertPagesPDFJob. setOutput(Asset asset)Sets the output asset for the job.LinearizePDFJobLinearizePDFJob. setOutput(Asset asset)Sets the output asset for the job.OCRJobOCRJob. setOutput(Asset asset)Sets the output asset for the job.PDFElectronicSealJobPDFElectronicSealJob. setOutput(Asset asset)Sets the output asset for the job.ProtectPDFJobProtectPDFJob. setOutput(Asset asset)Sets the output asset for the job.RemoveProtectionJobRemoveProtectionJob. setOutput(Asset asset)Sets the output asset for the job.ReorderPagesPDFJobReorderPagesPDFJob. setOutput(Asset asset)Sets the output asset for the job.ReplacePagesPDFJobReplacePagesPDFJob. setOutput(Asset asset)Sets the output asset for the job.RotatePagesJobRotatePagesJob. setOutput(Asset asset)Sets the output asset for the job.SplitPDFJobSplitPDFJob. setOutput(Asset asset)Sets the output asset for the job.voidPDFElectronicSealJob. setSealImageAsset(Asset sealImageAsset)Sets the seal image asset for the job.Constructors in com.adobe.pdfservices.operation.pdfjobs.jobs with parameters of type Asset Constructor Description AutotagPDFJob(Asset asset)Constructs a newAutotagPDFJobinstance with input asset.CompressPDFJob(Asset asset)Constructs a newCompressPDFJobinstance.CreatePDFJob(Asset asset)Constructs a newCreatePDFJobinstance.DeletePagesJob(Asset asset, DeletePagesParams deletePagesParams)Constructs a newDeletePagesJobinstance.DocumentMergeJob(Asset asset, DocumentMergeParams documentMergeParams)Constructs a newDocumentMergeJobinstance.ExportPDFJob(Asset asset, ExportPDFParams exportPDFParams)Constructs a newExportPDFJobinstance.ExportPDFToImagesJob(Asset asset, ExportPDFToImagesParams exportPDFToImagesParams)Constructs a newExportPDFToImagesJobinstance.ExtractPDFJob(Asset asset)Constructs a newExtractPDFJobinstance.HTMLToPDFJob(Asset asset)Constructs a newHTMLToPDFJobinstance.LinearizePDFJob(Asset asset)Constructs a newLinearizePDFJobinstance.OCRJob(Asset asset)Constructs a newOCRJobinstance.PDFElectronicSealJob(Asset inputDocumentAsset, PDFElectronicSealParams pdfElectronicSealParams)Constructs a newPDFElectronicSealJobinstance.PDFPropertiesJob(Asset asset)Constructs a newPDFPropertiesJobinstance.ProtectPDFJob(Asset asset, ProtectPDFParams protectPDFParams)Constructs a newProtectPDFJobinstance.RemoveProtectionJob(Asset asset, RemoveProtectionParams removeProtectionParams)Constructs a newRemoveProtectionJobinstance.RotatePagesJob(Asset asset, RotatePagesParams rotatePagesParams)Constructs a newRotatePagesJobinstance.SplitPDFJob(Asset asset, SplitPDFParams splitPDFParams)Constructs a newSplitPDFJobinstance. -
Uses of Asset in com.adobe.pdfservices.operation.pdfjobs.params.combinepdf
Methods in com.adobe.pdfservices.operation.pdfjobs.params.combinepdf with parameters of type Asset Modifier and Type Method Description CombinePDFParams.BuilderCombinePDFParams.Builder. addAsset(Asset asset)Adds anAssetto combine.CombinePDFParams.BuilderCombinePDFParams.Builder. addAsset(Asset asset, PageRanges pageRanges)Adds anAssetwithPageRangesto combine. -
Uses of Asset in com.adobe.pdfservices.operation.pdfjobs.params.insertpages
Methods in com.adobe.pdfservices.operation.pdfjobs.params.insertpages that return Asset Modifier and Type Method Description AssetInsertPagesParams. getBaseAsset()Returns the base PDFAssetto which pages will be inserted.Methods in com.adobe.pdfservices.operation.pdfjobs.params.insertpages with parameters of type Asset Modifier and Type Method Description InsertPagesParams.BuilderInsertPagesParams.Builder. addPagesToInsertAt(Asset inputAsset, PageRanges pageRanges, Integer basePage)Adds the specified pages of the input PDF file to be inserted at the specified page of the base PDF fileInsertPagesParams.BuilderInsertPagesParams.Builder. addPagesToInsertAt(Asset inputAsset, Integer basePage)Adds all the pages of the input PDF file to be inserted at the specified page of the base PDF file.static InsertPagesParams.BuilderInsertPagesParams. insertPagesParamsBuilder(Asset asset)Creates a newInsertPagesParams.Builder.Constructors in com.adobe.pdfservices.operation.pdfjobs.params.insertpages with parameters of type Asset Constructor Description Builder(Asset asset)Constructs aBuilderinstance. -
Uses of Asset in com.adobe.pdfservices.operation.pdfjobs.params.reorderpages
Methods in com.adobe.pdfservices.operation.pdfjobs.params.reorderpages that return Asset Modifier and Type Method Description AssetReorderPagesParams. getAsset()Returns theAssetto be reordered.Methods in com.adobe.pdfservices.operation.pdfjobs.params.reorderpages with parameters of type Asset Modifier and Type Method Description static ReorderPagesParams.BuilderReorderPagesParams. reorderPagesParamsBuilder(Asset asset, PageRanges pageRanges)Creates a newReorderPagesParams.Builder.Constructors in com.adobe.pdfservices.operation.pdfjobs.params.reorderpages with parameters of type Asset Constructor Description Builder(Asset asset, PageRanges pageRanges)Constructs aBuilderinstance. -
Uses of Asset in com.adobe.pdfservices.operation.pdfjobs.params.replacepages
Methods in com.adobe.pdfservices.operation.pdfjobs.params.replacepages that return Asset Modifier and Type Method Description AssetReplacePagesParams. getBaseAsset()Returns the base PDFAssetto which pages will be replaced.Methods in com.adobe.pdfservices.operation.pdfjobs.params.replacepages with parameters of type Asset Modifier and Type Method Description ReplacePagesParams.BuilderReplacePagesParams.Builder. addPagesForReplace(Asset inputAsset, PageRanges pageRanges, Integer basePage)Adds the specified pages of the input PDF file to be replaced at the specified page of the base PDF fileReplacePagesParams.BuilderReplacePagesParams.Builder. addPagesForReplace(Asset inputAsset, Integer basePage)Adds all the pages of the input PDF file to be replaced at the specified page of the base PDF file.static ReplacePagesParams.BuilderReplacePagesParams. replacePagesParamsBuilder(Asset asset)Creates a newReplacePagesParams.Builder.Constructors in com.adobe.pdfservices.operation.pdfjobs.params.replacepages with parameters of type Asset Constructor Description Builder(Asset asset)Constructs aReplacePagesParams.Builderinstance. -
Uses of Asset in com.adobe.pdfservices.operation.pdfjobs.result
Methods in com.adobe.pdfservices.operation.pdfjobs.result that return Asset Modifier and Type Method Description AssetCombinePDFResult. getAsset()Returns the resultAssetAssetCompressPDFResult. getAsset()Returns the resultAssetAssetCreatePDFResult. getAsset()Returns the resultAssetAssetDeletePagesResult. getAsset()Returns the resultAssetAssetDocumentMergeResult. getAsset()Returns the resultAssetAssetExportPDFResult. getAsset()Returns the resultAssetAssetHTMLToPDFResult. getAsset()Returns the resultAssetAssetInsertPagesResult. getAsset()Returns the resultAssetAssetLinearizePDFResult. getAsset()Returns the resultAssetAssetOCRResult. getAsset()Returns the resultAssetAssetPDFElectronicSealResult. getAsset()Returns the resultAssetAssetProtectPDFResult. getAsset()Returns the resultAssetAssetRemoveProtectionResult. getAsset()Returns the resultAssetAssetReorderPagesResult. getAsset()Returns the resultAssetAssetReplacePagesResult. getAsset()Returns the resultAssetAssetRotatePagesResult. getAsset()Returns the resultAssetAssetSplitPDFResult. getAsset()Returns the resultAssetenclosing zipped output result, if an external asset was used as input PDFAssetExtractPDFResult. getContent()Returns the content asset, if an internal asset was used as input PDFAssetAutotagPDFResult. getReport()Returns report asset, if an internal asset was used as input PDFAssetAutotagPDFResult. getResource()Returns resource asset enclosing zipped output result, if an external asset was used as input PDFAssetExtractPDFResult. getResource()Returns the resource assetAssetAutotagPDFResult. getTaggedPDF()Returns tagged PDF asset, if an internal asset was used as input PDFMethods in com.adobe.pdfservices.operation.pdfjobs.result that return types with arguments of type Asset Modifier and Type Method Description List<Asset>ExportPDFToImagesResult. getAssets()Returns the list of result assetsList<Asset>SplitPDFResult. getAssets()Returns the list of result assets, if an internal asset was used as input PDFConstructors in com.adobe.pdfservices.operation.pdfjobs.result with parameters of type Asset Constructor Description AutotagPDFResult(Asset taggedPDF)Constructs a newAutotagPDFResultinstance with the tagged PDF asset.AutotagPDFResult(Asset taggedPDF, Asset report)Constructs a newAutotagPDFResultinstance with the tagged PDF asset and report asset.AutotagPDFResult(Asset taggedPDF, Asset report, Asset resource)Constructs a newAutotagPDFResultinstance with the tagged PDF asset, report asset and resource asset.CombinePDFResult(Asset asset)Constructs a newCombinePDFResultinstanceCompressPDFResult(Asset asset)Constructs a newCompressPDFResultinstanceCreatePDFResult(Asset asset)Constructs a newCreatePDFResultinstanceDeletePagesResult(Asset asset)Constructs a newDeletePagesResultinstanceDocumentMergeResult(Asset asset)Constructs a newDocumentMergeResultinstanceExportPDFResult(Asset asset)Constructs a newExportPDFResultinstanceExtractPDFResult(Asset content, Asset resource, org.json.JSONObject contentJSON)Constructs a newExtractPDFResultinstance with result content asset, resource asset and resource JSON objectHTMLToPDFResult(Asset asset)Constructs a newHTMLToPDFResultinstanceInsertPagesResult(Asset asset)Constructs a newInsertPagesResultinstanceLinearizePDFResult(Asset asset)Constructs a newLinearizePDFResultinstanceOCRResult(Asset asset)Constructs a newOCRResultinstancePDFElectronicSealResult(Asset asset)Constructs a newPDFElectronicSealResultinstanceProtectPDFResult(Asset asset)Constructs a newProtectPDFResultinstanceRemoveProtectionResult(Asset asset)Constructs a newRemoveProtectionResultinstanceReorderPagesResult(Asset asset)Constructs a newReorderPagesResultinstanceReplacePagesResult(Asset asset)Constructs a newReplacePagesResultinstanceRotatePagesResult(Asset asset)Constructs a newRotatePagesResultinstanceSplitPDFResult(List<Asset> assets, Asset asset)Constructs a newSplitPDFResultinstanceConstructor parameters in com.adobe.pdfservices.operation.pdfjobs.result with type arguments of type Asset Constructor Description ExportPDFToImagesResult(List<Asset> assets)Constructs a newExportPDFToImagesResultinstanceSplitPDFResult(List<Asset> assets, Asset asset)Constructs a newSplitPDFResultinstance
-