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
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
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
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
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
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
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
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 -
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?
>
>
>
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*
*
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
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
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.
|-+---
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
>
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
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
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
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,
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
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,
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
-
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
22 matches
Mail list logo