[iText-questions] adding char into phrase

2004-01-26 Thread Wizard
Hi! Is there any way that I could insert char into phrase or is there anything else that could be used with char and I could still change fonts and write everything in the same line? Example: Phrase.add (array[i], MyFont_1); Phrase.add (array[j], MyFont_2); --

[iText-questions] PDF Calendar Program

2004-01-26 Thread jones henry
All, The attached code will create a text-only calendar for year 2004. Since I mentioned it in my "XML to PDF" message, I thought that someone can use the code. I also have couple of other formats. I'll try to clean up the code and will send it to everybody. [code] import java.awt.Color; import

[iText-questions] Default font

2004-01-26 Thread Reynaldo S. Tamayo
hi, is there anyone who knows how to set default font on PDF document? tanks. jun --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity.

[iText-questions] adding a HeaderFooter

2004-01-26 Thread Prashanth Errabelli
Hi, I need to add a header and a footer to each page of a document. It is working fine except that the HeaderFooter is visible for all the pages except the first page. (See code below for event handling). Also, the page numbering is visible for all the pages (i am adding to the document pdfContentB

Re: [iText-questions] XML To PDF

2004-01-26 Thread jones henry
Bruno, I tried the iText XML by handcoding it. It seems it is not generating the PDF to use any other font except the default one. I used the following input xml and program. [code] test.java import java.io.FileOutputStream; import javax.xml.parsers.SAXParser; import javax.xml.pars

Re: [iText-questions] How To Insert Text Into The Same Line

2004-01-26 Thread Bruno
Quoting Wizard <[EMAIL PROTECTED]>: > Hi! > How can I insert text into the same line, and the text has different > style fonts? > Example: > [bold]hello![bold] My name is wizard. http://www.lowagie.com/iText/tutorial/ch02.html http://www.lowagie.com/iText/tutorial/ch02.html#fontpropagation

[iText-questions] How To Insert Text Into The Same Line

2004-01-26 Thread Wizard
Hi! How can I insert text into the same line, and the text has different style fonts? Example: [bold]hello![bold] My name is wizard. The "hello!" word is bold and the other text is normal. I was trying this with paragraph, phrases, chunks and nothing works. How can I do

RE: [iText-questions] Multiple PDF Merge

2004-01-26 Thread Paulo Soares
Title: RE: [iText-questions] Multiple PDF Merge -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Anil Kumar Sent:   Monday, January 26, 2004 6:38 To: [EMAIL PROTECTED] Subject:    [iText-questions] Multiple PDF Merge Hi, I want to mer

RE: [iText-questions] "page" of "pages"

2004-01-26 Thread Paulo Soares
Title: RE: [iText-questions] "page" of "pages" http://www.lowagie.com/iText/tutorial/ch10.html#pageXofY -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Remo MORO Sent:   Monday, January 26, 2004 10:59 To: [EMAIL PROTECTED] Subject:    [i

RE: [iText-questions] (no subject)

2004-01-26 Thread Paulo Soares
Title: RE: [iText-questions] (no subject) Fonts are never changed and I'm still waiting for an example from the user that complained. There might be problems if the fonts are not embedded but that's a general risk. If the fonts are embedded it will always work. Best Regards, Paulo Soares

Re: [iText-questions] "page" of "pages"

2004-01-26 Thread Bruno
Quoting Remo MORO <[EMAIL PROTECTED]>: > Hi all of you, > > I have a problem: how can I write the number of page with the total pages > such as "page" of "pages" ? Use a template for "pages" and add "page" with a PageEvent http://www.lowagie.com/iText/tutorial/ch10.html#pageXofY br, Bruno --

[iText-questions] "page" of "pages"

2004-01-26 Thread Remo MORO
Hi all of you,   I have a problem: how can I write the number of page with the total pages such as "page" of "pages"  ?   There is someone who know ?   Thank you. Remo     ---Remo Moro[EMAIL PROTECTED]

[iText-questions] (no subject)

2004-01-26 Thread Henning Vortisch
I'am writing a Programm for imposing pdf-pages on one sheet. The itext-library works very well, is very easy to use and to understand for me because I'm not a hardcore-programmer. Congratulations! (I was not able to understand the code of pdf-lib with pointers to pointers to function-calls and so

Re: [iText-questions] XML To PDF

2004-01-26 Thread Bruno
I forward this to the iText mailinglist. There is a lot of demand for a better XML DTD for iText. I think UJAC could be the answer. I'll put a link on my site to yours. I hope you'll get lots of response. br, Bruno Quoting Christian Lauer <[EMAIL PROTECTED]>: > Hi Bruno, > > thanks for your int