Top "Itext7" questions

Library to create and manipulate PDF documents in Java and C#. Use this tag for code using iText version 7 and higher.

Add Digital Signature to a PDF using IText 7

For IText 5, adding digital signature was fairly easy. The link for its documentation is: http://developers.itextpdf.com/examples/security/…

itext itext7
Adding a new page in PDF using itext 7

I'm trying to create a PDF Document using iText 7 with below code and my PDF documents contents are overlapping in …

java pdf-generation itext7
How to get the text position from the pdf page in iText 7

I am trying to find the text position in PDF page? What I have tried is to get the text …

itext7
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 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
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
how set custom color using itext 7

I cannot find a solution for a very simple question, how can I set a custom color for a text/…

java colors itext itext7
What's itext 7 equivalent to pdfstamper class in itext 5

I trying to convert from iText5 to iText7. Got the package for iText7 from Nuget.

.net itext7
Add an image to an existing PDF file with iText7

I want to add an image to a specific position inside an existing PDF file using iText7. In a different …

c# pdf itext7
Is it possible to merger several pdfs using iText7

I have several datasheets for products. Each is a separate file. What I want to do is to use iText …

itext itext7