Java Code to construct a table in PDF using iText
Introduction:
This article specifies a simple Java code to construct a table in PDF using iText jar. we are all familiar with iText is an open source library. It is used to creating and manipulating PDF,RTF and HTML files with the use of Java code.Download the latest iText jar here.
Advertisement
Categories: Apache, itext, Java, PDF
Java and iText, PDF Table, PDF using iText
How to Replace the Link annotation uri in pdf using iTextSharp using JAVA?
Hi Shanmuga,
im having one task please help me on this…. Consider a PDF file named sample.pdf containing 72 pages.Now using iTextSharp library I had split the PDF pages into 72 separate file and saved with the name as 1.pdf,2.pdf….72.pdf. So in the 4.pdf when clicking that hyperlinks I need to make the PDF navigate to 24.pdf,27.pdf,28.pdf. how to do it in JAVA?
please provide me the sample code….
Thank you,
Sathya.