java iText anchor
The Anchor is a subclass of Paragraph and represents a link, simply like a website link. It is represented by com.itextpdf.text.Anchor class. Steps: 1. Create Document instance. It represents the current document to which we are adding content. 2. Create OutputStream instance. It represents the generated pdf. 3. Create PDFWriter instance and pass Document and … Read more