I am new to service method in java i don't solve this problem my application, can you any solve this problem .. How can i solve this errors only ...
java:
textStripper.setHtmlService(htmlService);
textStripper.setHtmlDocument(html);
Errors:
Exception in thread "main" java.lang.NoSuchMethodError: org.apache.pdfbox.util.PDFTextStripper.setHtmlService(Lpdf2html/service/intf/HTMLService;)V
at pdf2html.service.impl.PDF2HTMLServiceImpl.convertPage(PDF2HTMLServiceImpl.java:60)
at pdf2html.Main.main(Main.java:27)
Java Result: 1
...
when track errors, i can command this line i got only text... service not working..