Questions tagged as 'itext'

0
answers

Help with iText 5.5.12 (It does not capture a Text Area)

I have a problem in netbeans when trying to generate a PDF with iText 5.5.12. I select the route where I want the PDF to be downloaded and the route is saved, but when trying to generate the PDF file with the text captured in a Text Area it does...
asked by 05.12.2018 / 04:40
0
answers

itext java Service

I have my service that works fine, but it is saved automatically on the server, how could it be saved on the client's side? @POST @Path("reporteComisiones") @Consumes(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON) public voi...
asked by 05.12.2018 / 15:36
0
answers

iText creates the PDF, opens it, but does not print anything

I am currently learning iText, since my work demands it from me. I assume that my knowledge in Java is not null, but neither are they advanced. So, I decided to take the equatorial one from the iText website and start applying the tutorials t...
asked by 25.05.2018 / 12:30
1
answer

Fill out a PDF form from Vb.net?

I have a PDF file which I need to fill out through a form made in visual basic .net, I have read it with the iTextSharp library, however I do not know how to write in the existing PDF through code.     
asked by 24.05.2018 / 23:16
0
answers

Problem with Itext Paragraph and CK PrimeFaces Editor

I have a problem reading java an HTML string generated with Primefaces CK Editor: When applying styles of bold, italics or underlining to the text and changing the font size, the generated html is as follows: In an HTML viewer, the t...
asked by 15.05.2018 / 19:34
1
answer

Insert image in android

I'm doing an apk that creates a pdf file with Java iText PDF 5.4.4.4 , I've already been able to create the file, but I can not insert an image. This is the code I hope you can help me. package com.example.user.pruebaimagen; import...
asked by 17.04.2018 / 02:08
0
answers

Problem when running jar with ItextPDF

My question is this, I'm making a system, I'm using the ItextPDF library, what happens is this, when I'm compiling my project from NeatBeans, when I create the document it works, I create it and I can open it, But if I run the jar of my project...
asked by 05.02.2018 / 19:09
0
answers

Problem with pdf reports in jsp system

I have a JSP system that generates reports with the iext library. The problem is that in one of the pages of the system it does not have the background color in certain specific cells, while the other page does. I've already tried to put cell.se...
asked by 12.02.2018 / 20:24
1
answer

Images in the header of Itext 5.0

I am working with Itext 5.0 for JAVA (use Idea), but I can not find information on how to add images in the header (as if it were a letterhead). The only thing I can do is declare the absolute position of the image with Imagen.setAbsolutePo...
asked by 13.07.2017 / 14:52
0
answers

Pdf not valid in Acrobat Reader with itext

I am implementing the digital signature with itextpdf. I have already signed the document with a .p12 certificate but, when I open the PDF and validate with Adode Reader, I get the message that the certificate is invalid. I have verified the sam...
asked by 30.05.2017 / 18:26