Skip to content Skip to sidebar Skip to footer
Showing posts with the label Itext

Import Itext-7 In Android Gradle

I am trying to add itext-7 to android, after adding the following in gradle compile 'com.itex… Read more Import Itext-7 In Android Gradle

How To Put Image And Text Inside 1 Cell In Itext Android Table?

How to put image and text below/above it? I tried below code but I only can see 'Test 1' an… Read more How To Put Image And Text Inside 1 Cell In Itext Android Table?

Strikethrough In Cell Using Itext In Android/java

I have two numbers one above the other, but the first one must have an Strikethrough, I'm using… Read more Strikethrough In Cell Using Itext In Android/java

Add An Image To Itext Pdf In Android

I have an String containing images like 'My string [img src=image_from_drawable/] blablabla'… Read more Add An Image To Itext Pdf In Android

Error:failed To Resolve: Com.itextpdf:itextpdf:4.2.2

I am trying to create pdf files in android using itext library. But whenever i run the project, I a… Read more Error:failed To Resolve: Com.itextpdf:itextpdf:4.2.2

Why This Pageevent Cover The Content Of Page Using Itext Library?

There is a PageEvent with border-line also apply background color for whole page but when this Page… Read more Why This Pageevent Cover The Content Of Page Using Itext Library?

Writing Arabic In Pdf Using Itext

I am generating PDF file using itext lib. I want to write Arabic words. When i run the below code,… Read more Writing Arabic In Pdf Using Itext