Re: [iText-questions] More hidden fields

2007-03-15 Thread Mike Buchanan
giving me the problems. Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Lowagie Sent: Thursday, March 15, 2007 9:59 AM To: Post all your questions about iText here Subject: Re: [iText-questions] More hidden fields Mike Buchanan wrote: > Howe

[iText-questions] More hidden fields

2007-03-15 Thread Mike Buchanan
Field values with another java class. However, I'd like to keep this issue open because someone may wish to attach a hidden field anyplace in a document without creating blank pages. INITIAL MESSAGE: From: Mike Buchanan coastdist.com> Subject: More hidden fields <http://new

[iText-questions] More hidden fields

2007-03-14 Thread Mike Buchanan
OK, the checkboxes work great. Thanks Bruno. Now I have a form that the users can easily update. My next idea is to load the form with some hidden fields that contain critical information about the form that the users can not see or change but will be retained with the document so it can be read

[iText-questions] Creating a Checkbox widget

2007-03-08 Thread Mike Buchanan
In the source I create the widget in the main method at lines 126-140. Then, in the printDetail method I add the widget to the table at lines 209-239. The BoxEvent class is at the bottom at lines 490-520. Regards, Mike Buchanan [EMAIL PROTECTED] PSFtest.java Description:

[iText-questions] How do we retain AcroForm updates

2007-03-08 Thread Mike Buchanan
attachment so we can see which boxes they checked. I have attached the java source and the output pdf. Regards, Mike Buchanan [EMAIL PROTECTED] btw, I tried to register again yesterday but I still did not get an email response. PSFtest02.java Description: PSFtest02.

Re: [iText-questions] Check Box in a PdfPCell

2007-03-06 Thread Mike Buchanan
PDF2.txt file is the input and the TestPDF2.pdf file is the output. I found your answer quite by accident. I didn't get anything in my email today so I was google surfing and just happened to find your response. This has all changed in the past few months since you last helped me. Mike B

[iText-questions] Checkbox in a PdfPCell

2007-03-05 Thread Mike Buchanan
Using the example, RegisterForm1 in chapter 15, I attempted to insert a checkbox in a PdfPCell but it doesn't show up. I even sized it as half as big as the example and I still could not get it into the cell. I have attached the java source, the input text file and the output pdf. The checkbox

Re: [iText-questions] Overlay text across multiple table cells

2007-01-19 Thread Mike Buchanan
g over the top of a preprinted form. Cheers, Mike Buchanan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Lowagie (iText) Sent: Friday, January 19, 2007 1:32 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Overlay t

Re: [iText-questions] Help Bruno Out !

2007-01-18 Thread Mike Buchanan
Well stated. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of robert engels Sent: Thursday, January 18, 2007 10:41 AM To: itext iText here Subject: [iText-questions] Help Bruno Out ! Importance: High I have monitored this list for quite a while now, and I

Re: [iText-questions] Overlay text across multiple table cells

2007-01-18 Thread Mike Buchanan
ith text while still showing all of the borders and coloring of the table columns under the text. In effect, this is like printing over a preprinted form, if you catch my drift. Regards, Mike Buchanan [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECT

[iText-questions] Overlay text across multiple table cells

2007-01-18 Thread Mike Buchanan
.addCell(outerCell); doc.add(outerTable); As you can see in the attachment it put the text below the table instead of overlaying it. Maybe a working example would be easier to understand. Regards, Mike Buchanan [EMAIL P

[iText-questions] Overlay text across multiple table cells.

2007-01-17 Thread Mike Buchanan
se all I get is the inner table. Does anyone see the problem? Regards, Mike Buchanan // Test overlaying multiple PDF table cells with text import java.io.*; import com.lowagie.text.*; import com.lowagie.text.pdf.*; class TextOverlay { private static Document doc; priva

[iText-questions] Overlay multiple columns of a table with text

2007-01-16 Thread Mike Buchanan
Bruno wrote: > If you want different layers in a cell, you should write a custom cell (or table) event class, create an instance of this custom class, and pass it to the cell (or table). When iText renders the cell to PDF syntax, it will notice that a cell (or table) event was added, and pass a

[iText-questions] Overlay multiple table columns with text

2007-01-16 Thread Mike Buchanan
tCell); doc.add(detailTable); } The compiler doesn't recognize the array constructor of PdfContentByte[]. Also, I can't see how the canvas can overlay the table. If anyone gets a chance after they get up off the floor from laughing at my code, I'd appreciate any input I can

Re: [iText-questions] Loading iText to an IBM iSeries

2006-12-29 Thread Mike Buchanan
-questions@lists.sourceforge.net Subject: Re: [iText-questions] Loading iText to an IBM iSeries Mike Buchanan coastdist.com> writes: > iText works fine on my desktop but our iSeries is on an > earlier version of the JDK.  I need to compile the classes under the older > version on the IBM mi

[iText-questions] Loading iText to an IBM iSeries

2006-12-28 Thread Mike Buchanan
iText works fine on my desktop but our iSeries is on an earlier version of the JDK. I need to compile the classes under the older version on the IBM midrange which is JDK 1.4. When I try to use iText now the javac command says that we are on version 47 and it requires version 49. A google taught