Richard Huang

Results 2 comments of Richard Huang

public static int getPdfPages(String pdfPath){ PdfReader pdfReader = null; FileInputStream fileInputStream = null; try { fileInputStream = new FileInputStream(pdfPath); pdfReader = new PdfReader(fileInputStream); } catch (IOException e) { logger.debug(TAG +...

java.lang.NoClassDefFoundError: Failed resolution of: [Ljava/nio/file/attribute/FileAttribute; at de.gmuth.ipp.client.IppPrinter.(IppPrinter.kt:37) I had problem too.How solved it?