iText Tutorials

iText open source library which is mainly used to create, read and Manipulate the Pdf (Portable Document Format) documents.

How to Add Title, Author, Subject and keywords to the Pdf document using iText

We can extend itext to add Title for the Pdf document, we can add Author name, subject and also keywords to the pdf document.

You can view these details in Pdf File -> Properties.

We will extend the basic example and demonstrate this example:

We can see the different options that are available to extend the use of iText pdf.

Enter document. and press space bar, where it will show you the options like below :
itext document proposal options

How to generate PDF report using iText java API

iText open source library which is mainly used to create, read and Manipulate the Pdf (Portable Document Format) documents.

To use iText, we need to Download iText jar file. The current version of the iText jar is 5.4.5(at the time of writing).

Also you should know how to create a project and class in Java.

How to Configure iText in Eclipse?

It is very simple as we add other jar files like selenium-server.jar or jxl.jar file. We also need to add the iText.jar file to the project in the same way.