Re: [iText-questions] RE: iText-questions digest, Vol 1 #1025 - 14 msgs

2003-02-18 Thread Bruno
Quoting isha afisha <[EMAIL PROTECTED]>: > Hi > > Just wanna ask.. > > How can I set the table position in certain position? See Paulo's examples with PdfPTable. > How can I get the pagenumber even i'm not in looping..? You need to ask the pageNumber from the writer-object you are using. Pdf

[iText-questions] RE: iText-questions digest, Vol 1 #1025 - 14 msgs

2003-02-18 Thread isha afisha
Hi Just wanna ask.. How can I set the table position in certain position? How can I get the pagenumber even i'm not in looping..? All example Page X of Y did u create are in looping... thankss... --- This SF.net email is sponsored by: Sli

Re: [iText-questions] [XML] [Re Open a Document for addingcontent]

2003-02-18 Thread Leonard Rosenthol
At 7:32 PM +0100 2/18/03, El Druidos wrote: I want to extend this engine to be able to receive an ArrayList of templates whith an arrayList of Bean and merge everything to have one PDF containing all the templates and all the data. My problem is that when I parse the first template with the first

[iText-questions] [XML] [Re Open a Document for adding content]

2003-02-18 Thread El Druidos
Hello, I am using the XML Data Merging functionnality of iText (this is great !). I have XML templates(about 50) on one side and a Bean of Data to put inside with some Personnal Tag to use on the other side. It is working wonderfully and very fast. I want to extend this engine to be able to recei

Re: [iText-questions] Footer

2003-02-18 Thread QJian
You have to call setFooter() before document.open(). Tim Jian 3833 Farragut Ave. Kensington, MD 20895 Phone: 301-949-4400 Ext. 112 Fax: 301-929-5728 Email: [EMAIL PROTECTED]

[iText-questions] Footer

2003-02-18 Thread Hugo Kotsubo
Hi I'm using HeaderFooter class to add a footer to my document, but the footer doesn't appear at the first page. At the other pages it appears... This is the piece of code: HeaderFooter footer = new HeaderFooter(new Phrase("footer phrase"), false); footer.setAlignment(Element.ALIGN_L

[iText-questions] load pdf in browser

2003-02-18 Thread RAUL283
HI, I would like how I can load a pdf generated with i-text in the ie. I´m using an java agent of lotus notes for it, and I have a problem for catching the bytes of the pdf file. In lotus I have a method called getAgentOutput() that returns a PrintWriter, This PrintWriter is the stream used to loa

[iText-questions] How can I prevent table split from XML

2003-02-18 Thread Isaac . Goldstein
Hi all. I'm creating pdf using an XML page as the source. How can I force a table to not split across page. I know that is I use the API, I'd just set table.setTableFitsPage(true). But is there a way to do this with the XML to PDF? Thanks. Isaac --

RE: [iText-questions] I can't see multiline form fields

2003-02-18 Thread Leonard Rosenthol
At 4:12 PM + 2/18/03, Paulo Soares wrote: > Right. For the Base14, you should use the predefined names and that can also keep file size down. Also, don't forget to do a FULL embed of those fonts and NOT a subset. I suppose you are talking about external fonts, the standard ones don't

RE: [iText-questions] I can't see multiline form fields

2003-02-18 Thread Paulo Soares
> -Original Message- > From: Leonard Rosenthol [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 15:41 > To: Paulo Soares; 'Jube au Gaëlle '; > '[EMAIL PROTECTED]' > Subject: RE: [iText-questions] I can't see multiline form fields > > At 3:03 PM + 2/18/03, Paulo Soar

RE: [iText-questions] I can't see multiline form fields

2003-02-18 Thread Leonard Rosenthol
At 3:03 PM + 2/18/03, Paulo Soares wrote: I suspect that Acrobat is not very clever dealing with fonts in fields or maybe they are clever in not opening the game to other producers. It's more a case of Adobe not expecting their to be other producers and so there are numerous things that ar

RE: Re: [iText-questions] FONTS...

2003-02-18 Thread Paulo Soares
My crystal ball is a bit fuzzy and I can't see what is he talking about. Best Regards, Paulo Soares > -Original Message- > From: Matt Benson [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 14:41 > To: [EMAIL PROTECTED] > Subject: Fwd: Re: [iText-questions] FONTS... > >

RE: [iText-questions] I can't see multiline form fields

2003-02-18 Thread Paulo Soares
I suspect that Acrobat is not very clever dealing with fonts in fields or maybe they are clever in not opening the game to other producers. I have Helvetica in an appearance with the name /F1. When I change the content of that field the appearance content still has /F1 but in the resources the /F1

Fwd: Re: [iText-questions] FONTS...

2003-02-18 Thread Matt Benson
Forwarding to the list... --- Bettinazzi Tullio <[EMAIL PROTECTED]> wrote: > From: Bettinazzi Tullio <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: Re: [iText-questions] FONTS... > Date: Tue, 18 Feb 2003 11:17:14 +0100 > > I read this interesting posting but the qu

RE: [iText-questions] I can't see multiline form fields

2003-02-18 Thread Leonard Rosenthol
At 10:37 AM + 2/18/03, Paulo Soares wrote: Making forms in PDF that work is a black art. It's curious that the information in the pdf reference is not enough to make working fields. I'm rewriting the text appearances so, this problem will go away. Handling of forms changed between 4 & 5, e

RE: [iText-questions] basefont

2003-02-18 Thread Paulo Soares
Set the fill color in PdfContentByte. Best Regards, Paulo Soares > -Original Message- > From: Joel Matos [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 11:28 > To: [EMAIL PROTECTED] > Subject: [iText-questions] basefont > > Hello again! > > I have a basefont for a fo

[iText-questions] basefont

2003-02-18 Thread Joel Matos
Hello again! I have a basefont for a footer template (Page X of Y): bf = BaseFont.createFont("c:\\windows\\fonts\\arialnb.ttf", BaseFont.CP1252, BaseFont.NOT_EMBEDDED); but i can't find a way to change text's color... Can you help me? Thanks!!

RE: [iText-questions] list in table & setIndent in table

2003-02-18 Thread Paulo Soares
> -Original Message- > From: isha afisha [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 3:52 > To: [EMAIL PROTECTED] > Subject: [iText-questions] list in table & setIndent in table > > Hi, > > I used Table aTable = new Table( ); > my work is almost done..but i have a

RE: [iText-questions] Asking about TIF Image

2003-02-18 Thread Paulo Soares
In case you have not noticed the url spans 2 lines. Best Regards, Paulo Soares > -Original Message- > From: Paulo Soares [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 10:29 > To: 'Huy Ho'; [EMAIL PROTECTED] > Subject: RE: [iText-questions] Asking about TIF Image > >

RE: [iText-questions] Action Trigger

2003-02-18 Thread Paulo Soares
1 - Only by creating a new document using the pages of the original one. 2 - This code will work: import java.io.*; import com.lowagie.text.*; import com.lowagie.text.pdf.*; import java.util.ArrayList; import java.util.HashMap; public class ListNotes extends java.lang.Object { public s

RE: [iText-questions] I can't see multiline form fields

2003-02-18 Thread Paulo Soares
Making forms in PDF that work is a black art. It's curious that the information in the pdf reference is not enough to make working fields. I'm rewriting the text appearances so, this problem will go away. Best Regards, Paulo Soares > -Original Message- > From: Jubeau Gaëlle (Axen) [SMTP:[

RE: [iText-questions] Polish fonts in Acrobat Reader CE

2003-02-18 Thread Paulo Soares
The standard fonts don't have the polish characters you need. You'll have to embedd or reference an external font. Best Regards, Paulo Soares > -Original Message- > From: Marcin Stefaniuk [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 7:57 > To: [EMAIL PROTECTED] > Subject:

RE: [iText-questions] Asking about TIF Image

2003-02-18 Thread Paulo Soares
It's http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg04182.h tml Best Regards, Paulo Soares > -Original Message- > From: Huy Ho [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 2:08 > To: [EMAIL PROTECTED] > Subject: RE: [iText-questions] Asking abou

Re: [iText-questions] Polish fonts in Acrobat Reader CE

2003-02-18 Thread Marcin Stefaniuk
Fonts like Courier, Helvetica or Times Roman (standard AR fonts). Using other fonts without embedding make no sense for me. Thank you Marcin Stefaniuk - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "'Marcin Stefaniuk'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Mond

[iText-questions] I can't see multiline form fields

2003-02-18 Thread Jubeau Gaëlle (Axen)
Hello, I have a problem when I open my PDF form with Acrobat reader 4.0 or 5.0 : I can't see the values of multilines form fields, I have to click on it to see it. But I have no problems with single line form fields. Could someone tell me how I can correct this problem? Many Thanks > Gaëlle JUBE