[iText-questions] java.io.IOException: Bad file descriptor at com.lowagie.text.pdf.OutputStreamCounter.write(Unknown Source)

2009-08-26 Thread Eugeny N Dzhurinsky
Hi there! I am trying to merge several PDF files into the single one. For some reason during the merge the exception is thrown: ExceptionConverter: java.io.IOException: Bad file descriptor at java.io.FileOutputStream.writeBytes(Native Method) at java.io.FileOutputStream.write(File

[iText-questions] Add buttons to a pdf form

2009-08-26 Thread Francisco Pérez y Pérez
. Francisco __ Information from ESET NOD32 Antivirus, version of virus signature database 4370 (20090826) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com -- Let Crystal Reports handle

Re: [iText-questions] Add buttons to a pdf form

2009-08-26 Thread 1T3XT info
Francisco Pérez y Pérez wrote: > Hi > > I need to add a button to a pdf form with iText, this button is a submit but > i want to make a validation of all the fields that the form had before make > the submit. > > Can you tell me how to add a button to an already exist pdf form and how add > the v

Re: [iText-questions] Acrofields: Filling 2 Checkbox with same name with one value

2009-08-26 Thread Paulo Soares
The checkbox must have the same name and the same appearance to show the same image, which probably it doesn't. Paulo > -Original Message- > From: puecksche [mailto:puecks...@googlemail.com] > Sent: Wednesday, August 26, 2009 2:02 PM > To: itext-questions@lists.sourceforge.net > Subjec

[iText-questions] Previously added PDFFormFields become invisible after adding the digital signature

2009-08-26 Thread Wanjie
I need to fill a PDF template with some data first and then digital signed the documents. The PDF was all fine for the fill data part until I sign the document. All the previously filled data becomes invisible except the signed signiture and certificate. When I go through the debug and look thro

[iText-questions] Add Layer to existing Document

2009-08-26 Thread Mostafa Ali
Hello, Is adding a layer to an existing document which already has layers, supported now or not yet, When I use Stamper to do this using the following code: public static final String RESOURCE = "template4.pdf"; public static final String RESULT = "converted4.pdf"; public static fina

Re: [iText-questions] IText question

2009-08-26 Thread 1T3XT info
Yang, Tao wrote: > I have some questions/troubles while using your lib. Are the following > implementations able to be done by using > IText?(all of the questions are dynamically editing the existing pdf file) Most of your questions are impossible in traditional PDF. In other words: it doesn't

[iText-questions] IText question

2009-08-26 Thread Yang, Tao
Hi Everyone, I am a system analyst from Alberta blue cross, and I am currently using your IText lib. I have some questions/troubles while using your lib. Are the following implementations able to be done by using IText?(all of the questions are dynamically editing the existing pd

[iText-questions] How can I know the export value of one of the checkboxes

2009-08-26 Thread WYC80
Hi, I have a group of checkboxes on my PDF forms. They behave like radio buttons. I'm filling the PDF forms with data from database and the requirements are: 1. The file size should be as small as possible. 2. The color of check marks needs to be changed for some of the checkboxes (based on the

[iText-questions] Acrofields: Filling 2 Checkbox with same name with one value

2009-08-26 Thread puecksche
Hello, I got an formular with checkboxes and textfields. I want to fill these acrofields from my JAVA-App. Here ist my Source how I get all my Acrofields: PdfStamper stamper = new PdfStamper(reader, baos); AcroFields acroFields = stamper.getAcroFields();

Re: [iText-questions] AIX JVM crash

2009-08-26 Thread Paulo Soares
Call IBM support, it's their JVM that is crashing. A Java app can't crash a JVM unless there's a bug in the JVM or in the environment. There were a couple of reports about JVM crashes, not only in IBM machines, and the culprit was never the app. Paulo > -Original Message- > From: sree

Re: [iText-questions] Add 1 image to existing PDF

2009-08-26 Thread Alexis Pigeon
Hi Stephan, 2009/8/26 Stephan van Hoof > I use Oracle Reports to create .PDF files. > > I want to add 1 image to the generated .PDF (for example at the end of the > file / append). > > The image is located on an URL (example http://www.blabla.com/test.gif > > à is this possible? > It depends on

[iText-questions] Add 1 image to existing PDF

2009-08-26 Thread Stephan van Hoof
I use Oracle Reports to create .PDF files. I want to add 1 image to the generated .PDF (for example at the end of the file / append). The image is located on an URL (example http://www.blabla.com/test.gif) --> is this possible? Met vriendelijke groet, Stephan van Hoof Fixion Sof