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.
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-extractionI am using iText to write a PDF. In some cases, I need to sign the PDF with the SetVisibleSignature …
pdf pdf-generation itext text-widthHow can you add a new page to an iText document? document.newPage(); doesn't seem to work. I am using …
java rtf itextWith 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 itextI 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-pdfI'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-pdfI have problem with embedding Polish fonts into PDF converted from HTML. My HTML code have style in body: <…
html pdf itext apache-fop flying-saucerIt came to me to rework old code which signs PDF files into new one, which signs MemoryStreams (byte arrays) …
c# pdf itext memorystream pdfstamper