Re: [iText-questions] Newbie question on justifying text

2008-01-12 Thread mister bean
You should be able to do this by creating a two-cell table, putting the left-aligned material in the left cell and the right-aligned material (phone number) in the right cell and using cell-alignment commands for each (book p. 168). If the text of the two columns might overlap, then do this for on

Re: [iText-questions] Page Header, Footer on the first page

2008-01-12 Thread harsha ravindra
thx On Jan 12, 2008 3:42 PM, Bruno Lowagie <[EMAIL PROTECTED]> wrote: > harsha ravindra wrote: > > Hi, > > > > How can I put header & footer on the first page. > > How can you NOT put header and footer on the first page? > > > When I tried that from second page onwards is starts appearing but not

Re: [iText-questions] Page Header, Footer on the first page

2008-01-12 Thread Bruno Lowagie
harsha ravindra wrote: Hi, How can I put header & footer on the first page. How can you NOT put header and footer on the first page? When I tried that from second page onwards is starts appearing but not the first one. How can i overcome this problem. READ THE DOCUMENTATION! The book AND t

[iText-questions] Page Header, Footer on the first page

2008-01-12 Thread harsha ravindra
Hi, How can I put header & footer on the first page. When I tried that from second page onwards is starts appearing but not the first one. How can i overcome this problem. thx -- Rgds; Harsha - Check out the new SourceFor

Re: [iText-questions] Newbie question on justifying text

2008-01-12 Thread Bruno Lowagie
Rob Tanner wrote: How do I right justify that chunk and only that chunk? I don't think this is supported yet. I was thinking of implementing something like Chunk.GLUE as is provided in Swing, but I didn't have the time yet. Maybe Paulo knows a workaround. br, Bruno smime.p7s Description: S/MI

Re: [iText-questions] character spacing problem

2008-01-12 Thread Bruno Lowagie
James Dixon wrote: Hi, I am using PdfContentByte.setCharacterSpacing and am coming across inconsistencies when viewing in Reader 6 compared to 7 and 8. Is there a known issue for this? You're the first one informing us about this. If not, is there a workaround? We'd first need to know wh

Re: [iText-questions] Using an existing PDF page as a template

2008-01-12 Thread Bruno Lowagie
RM1X wrote: Is it possible to load up existing PDF pages, that would perhaps contain some graphical content, and "stamp" it onto every page of the documents we create with iText? The desired effect is to have our dynamic text appear atop a predefined PDF that we've created using a professio

Re: [iText-questions] question

2008-01-12 Thread Bruno Lowagie
Antonio de Jesus Prado Oliavres wrote: I have a other question, about the java code PageNumbersWatermark.java,v 1.3 2005/05/09 how can i do to modify the propertis of the images like the size, width etc.. This is a question that takes many different pages if you want the full answer. So I'm go

Re: [iText-questions] HTML Form generation

2008-01-12 Thread Bruno Lowagie
Sharmila wrote: I know itext generates html page. But it's not iText core business. The HtmlWriter was written for debugging purposes. But I don't know how to generate html form fields. Can anybody know how to generate html form fields HTML forms are not supported in iText. Only PDF forms.

[iText-questions] HTML Form generation

2008-01-12 Thread Sharmila
Hi I know itext generates html page. But I don't know how to generate html form fields. Can anybody know how to generate html form fields?. Thanks, Sharmila A -- View this message in context: http://www.nabble.com/HTML-Form-generation-tp14770138p14770138.html Sent from the iText - General mai