+ 1
Challenge on java
Read a pdf and count duplicate words and print on console(duplicate word = count),after that store all duplicate words into a arraylist on desc order then print on console,if count is greater than duplicate word letter count then store that word into set and then remove from existing arrayList then print arraylist and set (old arraylist values separated with long line mark and then set)
7 Answers
+ 3
You can use the PDDocument class and then use the object to invoke the load().
+ 2
Have you tried to read pdf file? If you can read file you can do whatever you want.
+ 2
How are you planning to store the words so that you iterate over it to find the duplicates?
+ 1
This is your question or you are giving assignment?
+ 1
Pdfbox we need to copy the pdfbox latest version jar file into your project folder
0
My question
- 2
Hello