We are loading a 100MB single page document, and it takes around 5 to 6 minutes to retrieve the entire image from the document. Could you please suggest a more efficient method to retrieve high-resolution images?
We are currently using the following method to render the image from the document:
PdfiumViewer.FPDF_RenderPageBitmap(createdpages, pages, 0, 0, page_Width, page_Height, page_Rotation, 0);