排序
Crawling and Parsing a Website in Java using JSoup
Crawling and Parsing a Website in Java using JSoup,There are many scenarios where you would need to parse the contents of a website to extract data. Search engines do this, certain...
Playing with Jsoup and creating some braille text
Playing with Jsoup and creating some braille text, I will do some live coding reading a webpage using Jsoup and creating some braille text. This is perhaps a simple project but I w...
Creating a PDF based on HTML template in Java Spring using ItextPDF
Creating a PDF based on HTML template in Java Spring using ItextPDF,Maven used <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId>...