This repository contains code following chapter 2 of the official iText tutorial: Adding Low-Level Content.
The purpose of this repository is to practice generating PDFs with low-level content using the iText 7 library, including:
- Drawing lines on a canvas
- Manipulating graphics directly in the PDF
The code in this project reproduces the examples provided in the tutorial for study and practice purposes. Each example has been implemented to reinforce the understanding of iText's graphical capabilities.
- Java 8 or higher
- iText 7 library (dependencies included in
pom.xml
if using Maven)
- Clone the repository:
git clone https://github.com/YOUR_USERNAME/itext-low-level-content-practice.git