PdfiumAndroid
PdfiumAndroid copied to clipboard
How can i generate multiple pages PDF into a single image file
My pdf contains three pages, so how can i convert it into a single image file
You'll probably have to render the pages to intermediate Bitmaps then combine to a single image.