i would like to ask your help..
so im accessing the page number of a PDF File through this code below
this.setfPage(Double.parseDouble(pdfl.getLabelsByPageIndices()[0]));
it works fine on all other documents except for one pdf file it gives a NullPointerException pointing on the code above.. im really confused .. is my pdf file the problem?