Skip to content

Practice repository for studying chapter 2 of the iText tutorial on adding low-level content to PDFs, including drawing lines on a canvas.

Notifications You must be signed in to change notification settings

batosetto/itext-low-level-content-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iText Low-Level Content Practice

This repository contains code following chapter 2 of the official iText tutorial: Adding Low-Level Content.

Objective

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

Project Structure

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.

Prerequisites

  • Java 8 or higher
  • iText 7 library (dependencies included in pom.xml if using Maven)

How to Use

  1. Clone the repository:
    git clone https://github.com/YOUR_USERNAME/itext-low-level-content-practice.git
    

About

Practice repository for studying chapter 2 of the iText tutorial on adding low-level content to PDFs, including drawing lines on a canvas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages