Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
jsoup extract text and attributes of HTML element in Java
jsoup extract text and attributes of HTML element in Java

In this post, we are going to learn how to use the jsoup library in a Java application to extract text and other attributes of an element in the HTML document.

jsoup extract ID and name of HTML element in Java
jsoup extract ID and name of HTML element in Java

In this post, we are going to explore how to use jsoup library in a Java application to extract the ID or name attribute of an element in the HTML document.

jsoup extract CSS class name of HTML element in Java
jsoup extract CSS class name of HTML element in Java

In this post, we are going to explore how to use jsoup library in a Java application to extract css class names of an element in the HTML document.

Read QR Code from Image File or Base64 String in Java using ZXing
Read QR Code from Image File or Base64 String in Java using ZXing

In this tutorial, we are going to learn how to decode the QR code image to read the encoded text in a Java application. We will use ZXing open source library in order to decode the image. Via different Java code examples we show you how to extract text from an image file and from encoded base64 string image.

Generate QR Code in Java using ZXing
Generate QR Code in Java using ZXing

In this tutorial, we are going to learn how to generate QR code (abbreviated from Quick Response code) in a Java application. We will use ZXing ("zebra crossing") library which is the most popular library to generate QR code in Java.

jsoup parse HTML Document from an URL in Java
jsoup parse HTML Document from an URL in Java

In this tutorial we will explore how to use the jsoup library in Java program to parse HTML from a given URL into a jsoup Document object.

jsoup parse HTML Document from a File and InputStream in Java
jsoup parse HTML Document from a File and InputStream in Java

In this tutorial we will explore how to use the jsoup library in Java program to parse HTML from a local file or input stream into a jsoup Document object.

jsoup parse HTML Document from a Java String
jsoup parse HTML Document from a Java String

In this tutorial we will explore how to use the jsoup library in Java program to parse HTML from a Java String into jsoup Document object.

Read Text Files in Java
Read Text Files in Java

In this tutorial we are going to explore how to read text files in a Java program. We provide different solutions to show how to use different Java core classes of Java IO and NIO packages to read files.

Create New Files in Java
Create New Files in Java

In this article we learn how to create a new file in a Java application by using core Java classes of IO and NIO packages.

  • 1
  • 2
  • 3
  • …
  • 87
  • 88
  • 89
  • …
  • 99

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.