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.

Import itext-7 in android gradle

I am trying to add itext-7 to android, after adding the following in gradle compile 'com.itextpdf:root:7.0.0' I …

android pdf gradle itext itext7
how to convert doc,docx files to pdf in java programatically

I am able to generate pdf from docx file using docx4j.But i need to convert doc file to …

java apache-poi itext docx4j
How to add a "Page X of Y" footer in iText 7

I'm trying to figure out how to add a "Page X of Y" footer to each page in a PDF …

itext itext7
Render image from servlet in flyingsaucer generated pdf

I'm using flyingsaucer to render an xhtml document to pdf through a servlet which returns the generated pdf document. The …

java pdf-generation itext flying-saucer xhtmlrenderer
How to read PDFs created with an unknown random owner password?

Requirement is to process a batch of PDF's one at a time and on success encrypt each of them with …

java pdf passwords itext aspose
Arabic in pdf using iTextSharp in c#

I want to create a PDF file with Arabic text content in C#. I'm using iTextSharp to create this. I …

c# pdf itext arabic arabic-support
iText 7: How to build a paragraph mixing different fonts?

I've been using iText 7 for a few days to build pdf files, unfortunately, iText 7 is very different from iText 5 and …

itext itext7
The table width must be greater than zero exception when using nested tables

I am trying to use nested tables with iText. I get a DocumentException: The table width must be greater than …

nested itext pdfptable
iTextSharp: table row gets pushed to new page if it doesn't fit on the current one

I'm using iTextSharp.text.html.simpleparser.HTMLWorker.ParseToList(TextReader reader, StyleSheet style) to convert an html table into a pdf …

c# pdf itext pdf-generation page-break
Merge memorystreams to one iText document

I have four MemoryStreams of data that I want to merge and then open the pdfDocument, without creating a single …

c#-4.0 merge itext memorystream