Memorynotfound Java Programming Tutorials

itext tutorials

Create PDF Document with iText in Java

Many applications need to generate dynamic PDF documents. These documents vary from invoices, ebooks or vouchers etc. There are literally endless use-cases. This’ll be the first out of a series of tutorials regarding iText...
java tutorials

Remove Accents and Diacritics from String

While indexing, you need to pre-process your data for fast and reliable search queries. One of these processes is normalizing your data. This includes, but not limits to, removing accents and diacritics from text,...
java tutorials

Convert Hexadecimal to ASCII String in Java

Hexa (six) plus decimal (ten) equals sixteen. It stands for the Base 16 Number System. Valid hexadecimal digits are numbers from 0 to 9 and letters from A through F. Hexadecimal numerals are widely...
spring framework tutorials

Spring MVC PDF View Example

This tutorial demonstrates how to create a PDF view using Spring MVC and itext. Out of the box spring only supports the older com.lowagie:itext library. The newest com.itextpdf:itext library is not supported by default....