[iText-questions] Multiple Hyper Link on an Image?

2005-03-14 Thread Enoch Chan
Hi All,   I like to find some references on how to create a PDF page that contains a number of hyper links on one single image.  I was able to make use of annotations to create 1 hyper link on an image, but was unable to separate the image into regions and tag a unique hyperlink to each regi

Re: [iText-questions] PDF Generation using PDF Form and data fromdatabase

2005-03-14 Thread [EMAIL PROTECTED]
Thanks Paulo, But I need to create the table dynamically, as in the form (template) there will be just 2 rows for that table. One header and second a row with form controls having the value specifying the database columname from where that value has to be fetched. Can I craete the table dynamically

[iText-questions] Incomplete PDF when generating from servlet

2005-03-14 Thread Raj
Hello All, When generating PDF report concurrently through the servlet using iText.jar, sometimes we get incomplete PDF and the app server stack trace shows the following iText error message. Does any one have seen this before. A solution would be greatly appreciated ExceptionConverter: java

[iText-questions] Incomplete PDF generation

2005-03-14 Thread kamaraj jawahar
Hello all . When generating pdf from servlet, rarely the following error is thrown and incomplte PDF is generated. Does any one have any ideas? ExceptionConverter: java.io.IOException: Bad file number at java.io.RandomAccessFile.seek(Native Method) at com.lowagie.text.pdf.RandomAccessFileOrArray

Re: [iText-questions] PdfFormField adding an Image.

2005-03-14 Thread Paulo Soares
See the class PdfPushbuttonField in the new release at http://itextpdf.sf.net. --- Christopher Parkins <[EMAIL PROTECTED]> wrote: > Hey all, > > I am trying to use the PdfFormField to make a > FormField with an image. I have found some > examples, > that seem to be working, but the image is not

[iText-questions] New release itext-paulo-153

2005-03-14 Thread Paulo Soares
Changes in itext-paulo-153 (2005-03-14) - added the class PushbuttonField to create pushbutton fields. - added the class RadioCheckField to create radio and check fields. - added support for eps images. Support is very basic but it should be useful for simple logos. Contributio

Re: [iText-questions] Checkboxes with AcroFields

2005-03-14 Thread Paulo Soares
Use AcroFields.getAppearanceStates(). --- Michael Helfer <[EMAIL PROTECTED]> wrote: > When using form.setField(name, value); Where form is > an AcroFields > variable,what value do you use to turn on a check > box? Or is there > another way that I should be turning on a check box? > > Thanks in ad

[iText-questions] Checkboxes with AcroFields

2005-03-14 Thread Michael Helfer
When using form.setField(name, value); Where form is an AcroFields variable,what value do you use to turn on a check box? Or is there another way that I should be turning on a check box? Thanks in advance Michael --- SF email is sponsored by -

Re: [iText-questions] How I can implement object automatic shifting into PDF?

2005-03-14 Thread Paulo Soares
Solve what? --- Aloizio Pereira da Silva <[EMAIL PROTECTED]> wrote: > For example I have a table that grows dynamic below > it there are some > fields that should shift automatic when the table > grows. How I can solve > this? > > >

[iText-questions] How I can implement object automatic shifting into PDF?

2005-03-14 Thread Aloizio Pereira da Silva
For example I have a table that grows dynamic below it there are some fields that should shift automatic when the table grows. How I can solve this? * * Federal University of Minas Gerais* *

[iText-questions] PdfFormField adding an Image.

2005-03-14 Thread Christopher Parkins
Hey all, I am trying to use the PdfFormField to make a FormField with an image. I have found some examples, that seem to be working, but the image is not showing up when I open the form. Also when I look at the properties of the Field the Layout Option is set to "Label Only", I can go in and man

Re: [iText-questions] Creating rectangle

2005-03-14 Thread Paulo Soares
Rectangle public Rectangle(float llx, float lly, float urx, float ury)Constructs a Rectangle-object. Parameters: llx - lower left x lly - lower left y urx - upper right x ury - upper right y --- [EMAIL PROTECTED] wrote: > > > > > Hi, > > I

[iText-questions] Creating rectangle

2005-03-14 Thread anitha . d . chandran
Hi, I am tryng to create a rectangle, using itext. What is the constructor i should use? For example, the upper left coordinate is ( x1,y1), w is the width required and h is the height required Will new Rectangle(x1,y1,w,h) work good? Thanks, Anitha. |-+---

Re: [iText-questions] PDF Generation using PDF Form and data fromdatabase

2005-03-14 Thread Paulo Soares
The easiest way is to dispose the fields as a table. If you have a 10x10 table you'll need 100 fields. --- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > I need to create a pdf using the template (pdf fprm) > that is provided by the > user from front end. my output flat file needs to be >

Re: [iText-questions] content in next line in PDF Table cell

2005-03-14 Thread Paulo Soares
Separate the names with "\n". --- Raghuveer Vellanki <[EMAIL PROTECTED]> wrote: > > In my present java web application running on IBM > web sphere if i need to > shown each record coming from database as ROW WISE. > > example: > abcd > lmn > xyz > are names coming from databse. > > i need to s

Re: [iText-questions] Problems with Acrobate Reader 5.0

2005-03-14 Thread Paulo Soares
Did you call Document.close()? --- markus <[EMAIL PROTECTED]> wrote: > hallo, > i had generate some pfd-file with iText version 1.2. > i addes some table objects to my document. then i > have sometimes a problem with > opening the pdf-file. anytime it does work and > anytime i get a error message

Re: [iText-questions] Import pages to PdfWriter

2005-03-14 Thread Paulo Soares
It's Document.newPage(). --- Roger Misteli <[EMAIL PROTECTED]> wrote: > Hiyas > > I've got a PDF with form fields that I want to fill > with different > values and, for each database record, fill up a huge > PDF with a copy of > the PDF Form I just read and filled out. > The filling of the values

[iText-questions] Import pages to PdfWriter

2005-03-14 Thread Roger Misteli
Hiyas I've got a PDF with form fields that I want to fill with different values and, for each database record, fill up a huge PDF with a copy of the PDF Form I just read and filled out. The filling of the values works perfectly, but this code here: private void copyPages(final byte[] pdfArray,

[iText-questions] re

2005-03-14 Thread Markus Herrmann
hallo, i think it means 'the file is corrupt and can not repair' Markus --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hy

[iText-questions] Problems with Acrobate Reader 5.0

2005-03-14 Thread markus
hallo, i had generate some pfd-file with iText version 1.2. i addes some table objects to my document. then i have sometimes a problem with opening the pdf-file. anytime it does work and anytime i get a error message like 'Diese Datei ist beschÃdigt und kann nicht repariert werden' i have no idea,

[iText-questions] content in next line in PDF Table cell

2005-03-14 Thread Raghuveer Vellanki
In my present java web application running on IBM web sphere if i need to shown each record coming from database as ROW WISE. example: abcd lmn xyz are names coming from databse. i need to show them in one table cell as abcd lmn xyz can any one suggest how to handle this Raghu -

[iText-questions] PDF Generation using PDF Form and data fromdatabase

2005-03-14 Thread [EMAIL PROTECTED]
Hi, I need to create a pdf using the template (pdf fprm) that is provided by the user from front end. my output flat file needs to be same as the template. But it should be faltenned, moreover In the template there can be a table with the columns like Name Address City State Country Zip in o