Jour : 26 décembre 2020

Convert an SVG logo to PDF in Java and resize it

In this Java tutorial, we will convert an apple SVG logo to PDF, resize it and place it in the top-left corner of an example PDF invoice. We will use the Apache Batik and iText libraries. 1) Convert the SVG logo to PDF Add the following dependencies to your POM : Then the convert logic […]

Lire la suite