iText – N-up
The following Java program demonstrates how to perform N-up on a PDF page using the iText library. It creates a PDF document with the name nUppingPDF.pdf and saves it in the path C:/itextExamples/…
The following Java program demonstrates how to perform N-up on a PDF page using the iText library. It creates a PDF document with the name nUppingPDF.pdf and saves it in the path C:/itextExamples/…
Here we will discuss about itext tiling pdf pages. The following Java program demonstrates how to tile the contents of a PDF page to different pages using the iText library.…
In this chapter, we will see how to scale an image on a PDF document using the iText library. Here we will discuss about itext shrinking the content. Shrinking the…
In this chapter, we will see how to set color and font to text in a PDF document using the iText library. Setting Font of the Text in a PDF…
In this chapter, we will discuss about itext drawing a circle and see how to draw a circle on a PDF document using iText library. Drawing a Circle on a…
In this chapter, we will discuss about itext drawing a line and see how to draw a line on a PDF document using iText library. Drawing a Line on a…
In this chapter, we will discuss about itext drawing an arc and see how to draw an arc on a PDF document using iText library. Drawing an Arc on a…
In this chapter, we will see how to add circle annotation to a PDF document using iText library. Creating a Circle Annotation in a PDF You can create an empty…
In this chapter, we will see how to add text markup annotation to a PDF document using iText library. Creating a Markup Annotation in a PDF You can create an…
In this chapter, we will see how to add line annotation to a PDF document using iText library. Creating a Line Annotation in a Pdf You can create an empty…