Category "itext"

How do I round the corners of an iTextSharp table border?

I want to make a round rectangle in itextsharp. Here is the output I have now without rounding: and here is my code that processes that output: pdftbl = new

How to extract rotated images from PDF with iText

I need to extract images from PDF. I know that some images are rotated 90 degrees (I checked with online tools). I'm using this code: PdfRenderListener: public

iText find position of text in pdf

I am creating a utility that will add a multi-line text field just below the last line of text in an existing PDF document. This will be used for people who wan

How to modify PdfPCell so that you can remove a part of a border (e.g BOTTOM, TOP, LEFT)?

Here an example of my code: PdfPCell row6cell_1 = new PdfPCell(row6Par_1); row6cell_1.setBorder(Rectangle.NO_BORDER); row6cell_1.setBorder(Rectan