Top "Itext" questions

Library to create and manipulate PDF documents in Java and C#. Use this tag for code using iText versions up to 5.5.x. For iText versions from 7.0.0 onwards a separate tag "itext7" is available.

Extract columns of text from a pdf file using iText

I need to extract text from pdf files using iText. The problem is: some pdf files contain 2 columns and when …

java pdf itext text-extraction
How to calculate the string width in iText?

I am using iText to write a PDF. In some cases, I need to sign the PDF with the SetVisibleSignature …

pdf pdf-generation itext text-width
iText add new page

How can you add a new page to an iText document? document.newPage(); doesn't seem to work. I am using …

java rtf itext
PdfReader not opened with owner password error in iText

With reference to this http://stackoverflow.com/questions/17524857/merging-pdf-in-asp-net-c-sharp/17525948?noredirect=1#comment25485091_17525948 question of mine, I have user IText for merging …

c# asp.net itext
iText – HTML to PDF - Image is not displayed in PDF

I have a html page with text, image and I am parsing the HTML content to iText to generate the …

java itextsharp itext relative-path html-to-pdf
RuntimeWorkerException: Invalid nested tag head found, expected closing tag meta

I'm using iText in order to convert html into a pdf, but I keep getting a RuntimeWorkerException thrown at parseXHtml. …

java html pdf itext html-to-pdf
Extract Image from PDF using Java

I need to extract bar-code from PDF only (using rectangle), not converting the whole PDF into image. The image format …

java image pdf itext pdfbox
How do I figure out the font family and the font size of the words in a pdf document?

How do I figure out the font family and the font size of the words in a pdf document? We …

pdf fonts adobe itext
How to embed font in PDF created from HTML with iText and Flying Saucer?

I have problem with embedding Polish fonts into PDF converted from HTML. My HTML code have style in body: <…

html pdf itext apache-fop flying-saucer
Getting PdfStamper to work with MemoryStreams (c#, itextsharp)

It came to me to rework old code which signs PDF files into new one, which signs MemoryStreams (byte arrays) …

c# pdf itext memorystream pdfstamper