[iText-questions] Page overflow; how to go to a new page when the previous page is overflowing

2008-06-30 Thread Luke Vanderfluit
Hi. I have a problem getting to a new page when the previous page has overflowed to a second or third page. 1. I start a new page 2. I add content to that page, there is a lot of content so the page overflows to more than one page. 3. I start another new page but this page doesnt cause a page bre

Re: [iText-questions] Image text wrap + PdfPTable problem

2008-06-30 Thread 1T3XT info
strebor1982 wrote: > I have an image which I want text to wrap around and this works fine but on > some occasions I have a table that gets entered into the page which is to go > the full width of the page but it is trying to wrap around the image as > well. > > Is there anyway that I can clear the

Re: [iText-questions] Is it possible to have a img as a background while text on top?

2008-06-30 Thread 1T3XT info
FlyingBuzz wrote: > Well I tried making the last cell have a cellevent > > the cellevent i wanted to draw the preview image but I couldnt get it to > show up > public void cellLayout(PdfPCell cell, Rectangle rect, PdfContentByte[] > canvas) > { > previewimage.setAbsolutePosition(

Re: [iText-questions] Is it possible to have a img as a background while text on top?

2008-06-30 Thread FlyingBuzz
Well I tried making the last cell have a cellevent the cellevent i wanted to draw the preview image but I couldnt get it to show up class OverseasPreview implements PdfPCellEvent { Image previewimage; public void setImage(Image previewimage) { this.previewimage =

[iText-questions] Image text wrap + PdfPTable problem

2008-06-30 Thread strebor1982
I have an image which I want text to wrap around and this works fine but on some occasions I have a table that gets entered into the page which is to go the full width of the page but it is trying to wrap around the image as well. Is there anyway that I can clear the wrap on the image? I have tri

[iText-questions] Is it possible to have a img as a background while text on top?

2008-06-30 Thread FlyingBuzz
I want to make a table where the image layout is like ___ ___| | |_| the text is where the empty part is and can be as long. So the image will be on the bottom of the table as a background image I guess. Is that possible though? -- View this message in context: http://www.nab

Re: [iText-questions] Acrofield and font type

2008-06-30 Thread Paulo Soares
That's a dozen values, duplicate it! Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Marco > Sent: Monday, June 30, 2008 3:02 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Acrofield and font type > > Pau

Re: [iText-questions] Acrofield and font type

2008-06-30 Thread Marco
Paulo Soares consiste.pt> writes: > > Look at AcroFields.java for the relation between the pdf names and the > fonts. These are the names to be used in BaseFont. > > stdFieldFontNames.put("CoBO", new String[]{"Courier-BoldOblique"}); . > stdFieldFontNames.put("STSo", new String[

[iText-questions] Call for Speakers: Open Source ERP

2008-06-30 Thread Bruno Lowagie
One of my F/OSS colleagues, Raphael Bauduin, is planning a Profoss event in Brussels about open source ERP software. He has listed the F/OSS projects he knows here: http://blog.raphinou.com/2008/06/next-profoss-erp-software.html But he doesn't know a lot of potential speakers. He asked me if I had

Re: [iText-questions] Combobox printed, prints undesired value

2008-06-30 Thread wasegraves
-- Original message -- From: Fhomasp <[EMAIL PROTECTED]> > > > When calling the method using an extra "" in the vararg works. Although it > does seem more like a workaround instead of a solution. In my last example, ChoiceFields_v2, I had added "Select one" at

Re: [iText-questions] Acrofield and font type

2008-06-30 Thread Paulo Soares
Look at AcroFields.java for the relation between the pdf names and the fonts. These are the names to be used in BaseFont. stdFieldFontNames.put("CoBO", new String[]{"Courier-BoldOblique"}); stdFieldFontNames.put("CoBo", new String[]{"Courier-Bold"}); stdFieldFontNames.put("CoOb", new String[]{"Cou

Re: [iText-questions] Acrofield and font type

2008-06-30 Thread Marco
Sorry for my silence but I was in holiday :) 1T3XT info 1t3xt.info> writes: > > Marco wrote: > > One question: from an acrofield I can get PdfName.DA to know the Helv type. > > Please explain. You get an appearance stream containing the name /Helv. read under.. > > > When I want to create t

Re: [iText-questions] Combobox printed, prints undesired value

2008-06-30 Thread Bruno Lowagie
Fhomasp wrote: > > Well... Considering the tinyness of Belgium I'd ask you how far it could be > ? ;-) This reminds me of a discussion I had with my copy editor from Indiana a couple of years ago. When I told her about Belgium, she replied that she couldn't imagine a 'whole country as small as B

Re: [iText-questions] Combobox printed, prints undesired value

2008-06-30 Thread Fhomasp
Well... Considering the tinyness of Belgium I'd ask you how far it could be ? ;-) I'd say it's about an hour driving from where I live to Ghent. Bruno has worked, although not very long, for the same client I'm working now. There's a project leader here who remembers him ;-) wasegraves wrot