Questions tagged as 'itext'

0
answers

How do I pass a value of an object with itext [closed]

I have the following code snippet: Document doc = new Document(PageSize.A4.rotate()); while(iteratorRow.hasNext()){ Object valorCelulaRow = iteratorRow.next(); if ( valorCelulaRow != null ) { Paragraph p = new paragraph();...
asked by 01.09.2015 / 18:05
0
answers

PDF generated from HTML, through itext (5.5.6), does not have the font size defined in CSS

I'm using itext 5.5.6 to generate a PDF file from an HTML document generated by thymeleaf. In this HTML, the styles are being reflected correctly in the browser. However, when generating the PDF, it displays all styles correctly except the fo...
asked by 26.08.2015 / 20:06
1
answer

Page Numbering Problems with iText

Good afternoon, guys. I need to create reports with iText. Everything was going really well until the time I had to number these reports. I found a reply in someone else's post in the GUJ , but did not work very well. Based on this tutori...
asked by 04.12.2015 / 19:37
0
answers

How to set up a report with photos in pdf ITEXT

I have tried everything and everything happens. But now I put a code and it ran ok with no problem but the file can not generate so I do not know if I have to link with something in xml. main activity 'package e.danie.testee; import android....
asked by 06.04.2018 / 02:06
0
answers

How to use itext 5 accent

I'm not able to use accent on itext 5. I took a look at the examples on the site, but I did not find it. Would anyone know how to use it? It is being used on Android. The fields of the model class fed by the android routines to accentuation work...
asked by 31.08.2016 / 23:57
0
answers

How to read a PDF containing accented characters using iText?

I'm trying to read a PDF using this iText library, however, accented characters are ignored, I've already looked at the Project Encoding and it's like UTF-8 . PdfReader reader = new PdfReader("arquivo.pdf"); String conteudo = PdfTextExtr...
asked by 27.06.2015 / 17:08
1
answer

Sign on more than one page iText

Hello, I have an application that digitally signs PDF's using iText api I can sign on any page and anywhere, but I can not repeat the signature on all pages .. I tried to create a PdfAnnotation.createFreeText to copy the text of the signature and...
asked by 20.09.2018 / 14:33