PdfBox-Android
PdfBox-Android copied to clipboard
When renderImage from some pdf , exception happened.
for (int i=0;i<pageCount;i++){
Log.d("pick","page: "+i);
Bitmap bmp = pdfRenderer.renderImage(i, 0.9f, Bitmap.Config.RGB_565);
}
logcat log : page:0 java.lang.ArrayIndexOutOfBoundsException: length=0; index=0
please check it.
@TomRoush please fix this bug, thank you!
stack trace is missing. Also please retry with current version.