Uses of Class
org.openpdf.text.utils.PdfBatch.BatchResult
Packages that use PdfBatch.BatchResult
-
Uses of PdfBatch.BatchResult in org.openpdf.text.pdf
Methods in org.openpdf.text.pdf that return PdfBatch.BatchResultModifier and TypeMethodDescriptionstatic PdfBatch.BatchResult<Path> PdfBatchUtils.batchEncrypt(List<PdfBatchUtils.EncryptJob> jobs, Consumer<Path> onSuccess, Consumer<Throwable> onFailure) Batch encrypt.static PdfBatch.BatchResult<Path> PdfBatchUtils.batchMerge(List<PdfBatchUtils.MergeJob> jobs, Consumer<Path> onSuccess, Consumer<Throwable> onFailure) Batch merge.static PdfBatch.BatchResult<List<Path>> PdfBatchUtils.batchSplit(List<PdfBatchUtils.SplitJob> jobs, Consumer<List<Path>> onSuccess, Consumer<Throwable> onFailure) Batch split.static PdfBatch.BatchResult<Path> PdfBatchUtils.batchWatermark(List<PdfBatchUtils.WatermarkJob> jobs, Consumer<Path> onSuccess, Consumer<Throwable> onFailure) Batch watermark. -
Uses of PdfBatch.BatchResult in org.openpdf.text.utils
Methods in org.openpdf.text.utils that return PdfBatch.BatchResultModifier and TypeMethodDescriptionstatic <T> PdfBatch.BatchResult<T> PdfBatch.run(Collection<? extends Callable<T>> tasks, Consumer<T> onSuccess, Consumer<Throwable> onFailure)