[iText-questions] Pdf Fill

2003-06-24 Thread SARGHI Mircea Ionut
Hi guys! I have a problem here. I have a pdf with a form with a field in it. Can I fill this form using iText? Has anyone tryed something similar? Any help would be apreciated. -- SARGHI Mircea Ionut Senior Developer IN WWW Ltd London 283 Archway Road Highgate London N6 5AA [EMAIL PROTECTED] T:

[iText-questions] Re: wrapping text around an image

2003-06-24 Thread Gil Hansen
Let me answer my own question as it is in the tutorial. You can wrap text around an image using image.setAlignmet(Image.RIGHT | Image.TEXTWRAP) You cannot wrap text around an image in a table cell. Gil [EMAIL PROTECTED] wrote: Would someone be willing to share how they successfully have wrap

RE: [iText-questions] Barcode Question

2003-06-24 Thread Brook Stevens
Title: RE: [iText-questions] Barcode Question One other thing I have some odd requierments about the text printed underneath so I am not using the built in text rendering, but I do need the mod 10 check digit, I didn't see any way to access this through the api, obviously I could just calculat

RE: [iText-questions] Barcode Question

2003-06-24 Thread Brook Stevens
Title: RE: [iText-questions] Barcode Question Both the mod 103 and the mod 10?  Sorry if these are basic questions. -Brook > -Original Message- > From: Paulo Soares [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 24, 2003 5:28 PM > To: Brook Stevens; [EMAIL PROTECTED] > Subject: R

[iText-questions] Determining the free rest of a page

2003-06-24 Thread Torsten Schneider
Hi, I have a table within a PDF document and want to add cells with a non-fixed height, i.e. each row may have an unknown height. I would like to find out the so far occupied part of the page and if adding this row would generate a new page or not, but I have no idea how to achieve this. I canno

Re: [iText-questions] Setting rowspan in PdfPCell

2003-06-24 Thread Paulo Soares
Use a nested table. Best Regards, Paulo Soares - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 21:10 Subject: [iText-questions] Setting rowspan in PdfPCell > Hello > > I am trying to generate a PDF document. > > The adivce is to use

Re: [iText-questions] Barcode Question

2003-06-24 Thread Paulo Soares
Your code is correct except for the FNC1 that is put automatically and couldn't be put like that, anyway. The checksum will also be generated automatically. Best Regards, Paulo Soares - Original Message - From: "Brook Stevens" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, Jun

[iText-questions] Setting rowspan in PdfPCell

2003-06-24 Thread Gowtham . Mysore
Hello I am trying to generate a PDF document. The adivce is to use PdfPtable aganist the Table object. I found that I cannot set 'rowsapn' in PdfPCell, where as you can do the same in the object Cell. Is there a workaround for this? TIA Gowtham. -

[iText-questions] Setting rowspan in PdfPCell

2003-06-24 Thread Gowtham . Mysore
Hello I am trying to generate a PDF document. The adivce is to use PdfPtable aganist the Table object. I found that I cannot set 'rowsapn' in PdfPCell, where as you can do the same in the object Cell. Is there a workaround for this? TIA Gowtham. --

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

[iText-questions] Barcode Question

2003-06-24 Thread Brook Stevens
Title: Barcode Question I am new to bar-coding and am a little confused by all of the different classes relating to barcodes.  I need to use a UCC/EAN Code 128 barcode, I am not sure whether this means I use the BarcodeEAN class, or use a Barcode128 and set the FNC1 text myself, something like

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

RE: [iText-questions] reduce size of PDFs with huge fonts

2003-06-24 Thread Matt Benson
Also, you might look into Leonard's PDF Enhancer: http://www.pdfsages.com -Matt --- Matt Benson <[EMAIL PROTECTED]> wrote: > What about using gs to distill the pdf (pdf -> ps -> > pdf? I had good results with that at one time... > > -Matt > > --- Paulo Soares <[EMAIL PROTECTED]> wrote: > > Th

RE: [iText-questions] reduce size of PDFs with huge fonts

2003-06-24 Thread Matt Benson
What about using gs to distill the pdf (pdf -> ps -> pdf? I had good results with that at one time... -Matt --- Paulo Soares <[EMAIL PROTECTED]> wrote: > This 150K are with TT fonts? If you need small > document just use the > built-in fonts. > You'll need other tool, such as ghostscript, to > c

RE: [iText-questions] reduce size of PDFs with huge fonts

2003-06-24 Thread Paulo Soares
This 150K are with TT fonts? If you need small document just use the built-in fonts. You'll need other tool, such as ghostscript, to convert the pdf to an image but I have my doubts about the size improvement. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [SM

RE: [iText-questions] Another Newbie

2003-06-24 Thread Paulo Soares
> -Original Message- > From: Lloyd Bergman [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, June 24, 2003 16:43 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Another Newbie > > For the past few days I've been using and learning iText and I think it's > great. However, there are so

[iText-questions] reduce size of PDFs with huge fonts

2003-06-24 Thread fabrice . duermael
Hello, We are in context of PDF text documents sent to extranet with servlets. One constraint is to download VERY QUICKLY these documents. The problem is that text is written in huge fonts (150 K) and it takes too much time to download: 50 seconds (and the extranet users has not the font on their

RE: Re: [iText-questions] Newbie's prob

2003-06-24 Thread Paulo Soares
There's nothing wrong with the mail list. Just hit the reply-all button in your mail reader. Best Regards, Paulo Soares > -Original Message- > From: Hubert Lingo [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, June 24, 2003 16:25 > To: [EMAIL PROTECTED] > Subject: Re: Re: [iText-questions

[iText-questions] Another Newbie

2003-06-24 Thread Lloyd Bergman
For the past few days I've been using and learning iText and I think it's great. However, there are some things I would like to do that I can't seem to figure out. What I am trying to do now is to setup a tab like in Word. For example: abc123 wxyz..456 where the dots are the

Re: Re: [iText-questions] Newbie's prob

2003-06-24 Thread Matt Benson
I didn't say that your suggestions were not useful. I agree that if you do not take these measures you will have limited results returning PDF content from a servlet; my point was that since the original querent was seeing SOME results, he couldn't have missed all those basic steps. And what's wi

Re: Re: [iText-questions] Newbie's prob

2003-06-24 Thread Hubert Lingo
OK your right, I didn't stay on the list. But there is a configuration problem with it. When someone replies, the address should automatically be set to "[EMAIL PROTECTED]". Why this is not the case, I don't know. Enough said about it, this is not the purpose of this mailing list. But where I

RE: [iText-questions] empty cells

2003-06-24 Thread Benjamin Boigienman
Thank you, And to set a default height = height of the font used ? --- Paulo Soares <[EMAIL PROTECTED]> a écrit : > PdfPCell.setFixedHeight() > > Make sure that all the cells in the same row have > the same height set. > > Best Regards, > Paulo Soares > > > -Original Message- > > From

Re: Re: [iText-questions] Newbie's prob

2003-06-24 Thread Matt Benson
That's wonderful, but 1) You didn't stay on the list 2) I'm not the one with the problem, and 3) Since the original poster is seeing some content, I'm not sure that these servlet suggestions, though worth keeping in mind at all times, will help in this specific situation. best regards, Matt ---

Re: Re: [iText-questions] Newbie's prob

2003-06-24 Thread Matt Benson
See my previous response. -Matt --- Hubert Lingo <[EMAIL PROTECTED]> wrote: > And by the way do not forget to set the content type > !!! (application/pdf) > > Hubert > > >From: Matt Benson <[EMAIL PROTECTED]> > >To: Uwe Kristmann <[EMAIL PROTECTED]> > >CC: itext-questions > <[EMAIL PROTECTED]>

RE: [iText-questions] empty cells

2003-06-24 Thread Paulo Soares
PdfPCell.setFixedHeight() Make sure that all the cells in the same row have the same height set. Best Regards, Paulo Soares > -Original Message- > From: Benjamin Boigienman [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, June 24, 2003 15:21 > To: itext > Subject: [iText-questions] empty

RE: [iText-questions] IText library as COM

2003-06-24 Thread Paulo Soares
There's an iText port to .NET. Best Regards, Paulo Soares > -Original Message- > From: SARGHI Mircea Ionut [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, June 24, 2003 11:34 > To: [EMAIL PROTECTED] > Subject: [iText-questions] IText library as COM > > Has anyone managed to create the iT

[iText-questions] empty cells

2003-06-24 Thread Benjamin Boigienman
Hi, Hiw can I do to set a cell height in a PdfPTable. I know that I can't do that directly. Thank u ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com -

RE: [iText-questions] New release itext-paulo-120

2003-06-24 Thread Paulo Soares
As it is I've managed to get it working for jpeg from url only. The class Image will have to be changed to keep the information of the original format and if loading from an array it will also have to keep the original array. Not a problem. I suspect that besides BMP I can get WMF to work too in RT

Re: [iText-questions] New release itext-paulo-120

2003-06-24 Thread Mark Hall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 23 June 2003 13:25, Paulo Soares wrote: > I'll do those changes to see if the official version 1.0 comes out soon. > Some changes in Image will also have to be made to support images from > arrays. As a bonus BMP will also work in RTF. It be

RE: [iText-questions] chunks LocalGoto

2003-06-24 Thread Paulo Soares
(keep the conversation in the mailing list) Your problem is how to generate an invisible Chunk? Best Regards, Paulo Soares > -Original Message- > From: Andreas Reiter [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, June 24, 2003 11:59 > To: Paulo Soares > Subject: Re: [iText-questions]

[iText-questions] RE: How do I include the user font to PDF file ?

2003-06-24 Thread Paulo Soares
If the eudc.tte is renamed to eudc.ttf it can be loaded and used as any other font. Note that the characters available are in the private user area that starts at E000. (keep the conversation in the mailing list) Best Regards, Paulo Soares > -Original Message- > From: Vengoal Chang [SMTP

[iText-questions] IText library as COM

2003-06-24 Thread SARGHI Mircea Ionut
Has anyone managed to create the iText COM+? -- SARGHI Mircea Ionut Senior Developer IN WWW Ltd London 283 Archway Road Highgate London N6 5AA [EMAIL PROTECTED] T: +44 020 8347 0202 F: +44 020 8374 7478 Feel free to take a look at our brand new website ! http://www.inwww.ltd.uk Our previuos f

RE: [iText-questions] chunks LocalGoto

2003-06-24 Thread Paulo Soares
Annotations won't work with PdfTemplate. Place your objects in the template without annotations and place the annotations after placing the template: tp.rectangle(...); // the objects in the template cb.addTemplate(tp, ...); cb.setAction(...); //calculate the position of the template objects Best

[iText-questions] RE: [iText-questions] Réf. : RE: Font scale ?

2003-06-24 Thread Paulo Soares
PdfContentByte cb = writer.getDirectContent(); AffineTransform af = new AffineTransform(); af.translate(50, 400); af.scale(.2, 1); cb.transform(af); Phrase ph = new Phrase("This is a string to test the incredible shrinking hori

[iText-questions] chunks LocalGoto

2003-06-24 Thread Andreas Reiter
Hi, I use iText to create PDF-Documents, and it works fantasticly, thx a lot for it. But I have a problem: i want to add a Chunk with LocalGoto to my site, and it shell be a rect, i.e. a transparent image. and it shell be placed wih absolut coordinates. PdfContentByte cb = w.getDirectContent(

RE: [iText-questions] Bold fonts not displayed

2003-06-24 Thread Paulo Soares
> -Original Message- > From: Pal Perinbam [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, June 24, 2003 5:13 > To: Paulo Soares; [EMAIL PROTECTED] > Subject: RE: [iText-questions] Bold fonts not displayed > > Hi Paulo, > Here is the code snippet. > Earnestly awaiting your reply. > > Th

[iText-questions] Réf. : RE: Font scale ?

2003-06-24 Thread Pierre . HERMET
It's a good idea to do a transformation on a columntext but how can I do that ? Thanks, Pierre > Paulo Soares