Uses of Class
com.adobe.pdfservices.operation.internal.options.CombineOperationInput
-
Packages that use CombineOperationInput Package Description com.adobe.pdfservices.operation.internal.options com.adobe.pdfservices.operation.internal.service com.adobe.pdfservices.operation.internal.util -
-
Uses of CombineOperationInput in com.adobe.pdfservices.operation.internal.options
Methods in com.adobe.pdfservices.operation.internal.options that return CombineOperationInput Modifier and Type Method Description static CombineOperationInputCombineOperationInput. createNew(com.adobe.pdfservices.operation.internal.FileRefImpl sourceFileRef, PageRanges pageRanges) -
Uses of CombineOperationInput in com.adobe.pdfservices.operation.internal.service
Method parameters in com.adobe.pdfservices.operation.internal.service with type arguments of type CombineOperationInput Modifier and Type Method Description static StringCombinePDFService. combinePdf(com.adobe.pdfservices.operation.internal.InternalExecutionContext context, List<CombineOperationInput> filesToCombine, String operation)static StringInsertPagesService. insertPages(com.adobe.pdfservices.operation.internal.InternalExecutionContext context, com.adobe.pdfservices.operation.internal.FileRefImpl baseFileRef, Map<Integer,List<CombineOperationInput>> filesToInsert, String operation)static StringReplacePagesService. replacePages(com.adobe.pdfservices.operation.internal.InternalExecutionContext context, com.adobe.pdfservices.operation.internal.FileRefImpl baseFileRef, Map<Integer,CombineOperationInput> filesToReplace, String operation) -
Uses of CombineOperationInput in com.adobe.pdfservices.operation.internal.util
Methods in com.adobe.pdfservices.operation.internal.util with parameters of type CombineOperationInput Modifier and Type Method Description static voidValidationUtil. validateFileWithPageOptions(CombineOperationInput input, Set<String> allowedMimeTypes)Method parameters in com.adobe.pdfservices.operation.internal.util with type arguments of type CombineOperationInput Modifier and Type Method Description static voidValidationUtil. validateInsertFilesInputs(Set<String> supportedSourceMediaTypes, Map<Integer,List<CombineOperationInput>> filesToInsert)static voidValidationUtil. validateReplaceFilesInputs(Set<String> supportedSourceMediaTypes, Map<Integer,CombineOperationInput> filesToReplace)
-