The code is as follows; this is an asynchronous method annotated with the @Async annotation.
// interface
@Async("ioTaskExecutor")
CompletableFuture<List<BufferedImage>> getPdfImages(String pdfPath);
//impl
…...extracting images from PDF in multithreading: Not supported image type...pdfPath) { List<BufferedImage> images = AsposePdfUtils.getImages(pdfPath);...
aspose.words.fields.MergeFieldImageDimension class. Represents an Image dimension (i.e...MergeFieldImageDimen class Represents an image dimension (i.e. the width or...height) used across a mail merge process. To learn more, visit...