Hi,
We are using Aspose PDF Java (aspose-pdf-22.3.jar) to convert a pdf page to a BufferedImage.
Unfortunately this transformation is slow as it takes 1200ms - 1500ms per page.
In Comparison PDFBox needs 360ms - 420ms…... In comparison PDFBox needs 360ms - 420ms...// Aspose Page page = (new Document(file.getAbsolutePath())).getPages()...