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
…...aspose-pdf-java pizhai2 August 2, 2025, 3:14pm 1 The code is as...Split this topic August 2, 2025, 9:07pm 2 4 posts were merged into...