[iText-questions] Problem with Chapter/Section indention

2005-05-09 Thread Christian Lauer
I've found out that in case a indention is defined for a chapter with sub-sections and the contents of the whole chapter spans over more than one page, the indention differs from page to page. Is this a bug in iText, or am I doing something wrong? I've attached the source code of an example, showi

Re: [iText-questions] Import of rotated pages

2005-04-23 Thread Christian Lauer
Hi Paulo, that's it, thanx for your help! Best regards, Christian On Sat, 2005-04-23 at 13:29 +0100, Paulo Soares wrote: > PdfReader.getPageRotation() > > - Original Message ----- > From: "Christian Lauer" <[EMAIL PROTECTED]> > To: "iText Mailing L

[iText-questions] Import of rotated pages

2005-04-22 Thread Christian Lauer
In case I use PdfReader with a document that contains some rotated pages, these pages are imported in portrait, which means they are rotated by 90 degrees both in size and content. I've found out that the 'rotation' attribute of the imported pages is always zero, no matter if the original page is

[iText-questions] Problem with Chapter/Section indention

2005-04-21 Thread Christian Lauer
I've found out that in case a indention is defined for a chapter with sub-sections and the contents of the whole chapter spans over more than one page, the indention differs from page to page. Is this a bug in iText or am I doing something wrong. I've attached the source code of an example, showi

Re: [iText-questions] Problem with Acro Fields and rotated pageformat

2005-04-10 Thread Christian Lauer
That's it, thanx a lot for your help! Best regards, Christian On Sat, 2005-04-09 at 23:04 +0100, Paulo Soares wrote: > tf.setRotation(90) > > - Original Message ----- > From: "Christian Lauer" <[EMAIL PROTECTED]> > To: "Paulo Soares" <[EMA

Re: [iText-questions] Problem with Acro Fields and rotated page format

2005-04-07 Thread Christian Lauer
Is there really no way to make form fields be handled properly for rotated pages? I still haven't manged to fix that problem on my own. Does someone out there has any ideas? On Wed, 2005-04-06 at 00:22 +0200, Christian Lauer wrote: > Hi Paulo, > > i've chang

Re: [iText-questions] Problem with Acro Fields and rotated page format

2005-04-05 Thread Christian Lauer
ed to make it work? Best regards, Christian On Tue, 2005-04-05 at 08:34 +0100, Paulo Soares wrote: > Use TextField. > > - Original Message - > From: "Christian Lauer" <[EMAIL PROTECTED]> > To: "iText Mailing List" > Sent: Tuesday, April 05, 2

[iText-questions] Problem with Acro Fields and rotated page format

2005-04-04 Thread Christian Lauer
I've tried to place an AcroField on a rotated page, which doesn't seem to work. The text field in this case seems to be initially drawn at the right place but if you like to edit the field the text is rendered rotated by 90 degrees. I've attached a PDF document which illustrates the effect plus the

RE: [iText-questions] Problems with rotated text

2005-01-21 Thread Christian Lauer
draw(line); > } > } > } > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Christian Lauer > > Sent: Thursday, January 20, 2005 10:24 PM > > To: iText Mailin

[iText-questions] Problems with rotated text

2005-01-20 Thread Christian Lauer
Hi Paulo, I guess this is one for you. Since version 1.2.1 there seems to be a bug in the PDF Graphics2D implementation. As you can see in the attached documents, the version created with 1.1.4 renders rotated texts perfectly while 1.2.1 vertically squeezes the rotated text. Is this a bug? Rega

Re: [iText-questions] Creating a PDF from XML source data

2005-01-16 Thread Christian Lauer
Hi Wendy, why don't you give UJAC a try (ujac.sourceforge.net)? The print module may be exactly what you need. Best regards, Christian On Sat, 2005-01-15 at 21:02 -0700, Wendy Smoak wrote: > From: "Bruno" <[EMAIL PROTECTED]> > > I wrote the XML package a long time ago, because I needed > > some

[iText-questions] Bug in PdfArray?

2004-12-26 Thread Christian Lauer
I've tried to upgrade to the latest version (1.1.3) and got an ClassCastException when using the methods addComboBox(String name, String[][] options, String defaultValue, boolean editable, BaseFont font, float fontSize, float llx, float lly, float urx, float ury) an

[iText-questions] MultiColumnText in PdfPCells

2004-10-21 Thread Christian Lauer
Hi Steve, it would be great if the MultiColumnText would be supported as nested element of PdfPCells. Best regards, Christian --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell

[iText-questions] Problems with MultiColumnText

2004-10-21 Thread Christian Lauer
Hi Steve, Hi Paulo, I've tried to replace the usage of ColumnText by MultiColumnText, which behaves like my attempt of using the ColumnText feature. The only problem I've encountered so far, is that the MultiColumnText is rendered in the background, so I'm not able to use background images in comb

Re: [iText-questions] RE: ColumnText & PdfPCell patch

2004-09-30 Thread Christian Lauer
cribed in the javadocs and > that should be enough. Those that don't read the javadocs will always find > some excuse to post this or other idiotic question. > > Best Regards, > Paulo Soares > > - Original Message - > From: "Christian Lauer" <[E

Re: [iText-questions] RE: ColumnText & PdfPCell patch

2004-09-30 Thread Christian Lauer
is kicked out or the new content just doesn't show up? I guess throwing an exception to avoid mixed up ColumnText could help to avoid confusions about vanished contents. Best regards, Christian On Thu, 2004-09-30 at 12:04, Paulo Soares wrote: > > > -----Original Message- > &

Re: [iText-questions] large PdfPTables and fitsPage

2004-09-29 Thread Christian Lauer
7;t see how it is an > alternative to fitsPage. > > - Original Message - > From: "Paulo Soares" <[EMAIL PROTECTED]> > To: "Steve Appling" <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Tuesday, September 28, 2004 5:46 PM > Subjec

Re: [Fwd: Re: [iText-questions] ColumnText]

2004-09-26 Thread Christian Lauer
our? Best regards, Christian On Sun, 2004-09-26 at 12:31, Christian Lauer wrote: > Hi Paulo, > > what means 'mixing other elements'? > > I've added a small test program which mixes PdfPTables, Paragraphs and > Lists and the position returned by my getVerticalPositio

[Fwd: Re: [iText-questions] ColumnText]

2004-09-26 Thread Christian Lauer
talWidth(totalWidth); > } > newLine(); > flushLines(); > return table.getTotalHeight() + 0.001f <= indentTop() - > currentHeight - indentBottom() - margin; > } > > Best Regards, > Paulo Soares > > - Original Message - > From: &

Re: [iText-questions] ColumnText

2004-09-26 Thread Christian Lauer
talWidth(totalWidth); > } > newLine(); > flushLines(); > return table.getTotalHeight() + 0.001f <= indentTop() - > currentHeight - indentBottom() - margin; > } > > Best Regards, > Paulo Soares > > - Original Message - > From: &

Re: [iText-questions] ColumnText

2004-09-25 Thread Christian Lauer
s, > > Christian > > > > On Wed, 2004-09-22 at 16:23, Paulo Soares wrote: > > > The code is exactly the same as in addPTable(). > > > > > > Best Regards, > > > Paulo Soares > > > > > > > -Original Message- > > >

RE: [iText-questions] ColumnText

2004-09-25 Thread Christian Lauer
Steve Appling > > Sent: Wednesday, September 22, 2004 12:15 PM > > To: Christian Lauer; iText Mailing List > > Subject: Re: [iText-questions] ColumnText > > > > Do you think ColumnText should implement Element? Then you > > could add a form > > of set

RE: [iText-questions] Problem with fitsPage for PdfPTables

2004-09-25 Thread Christian Lauer
-- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Christian Lauer > > Sent: Friday, September 24, 2004 12:10 AM > > To: iText Mailing List > > Subject: [iText-questions] Problem with fitsPage for PdfPTables > > > > Hi

RE: [iText-questions] Vertical spacing control for ListItems

2004-09-23 Thread Christian Lauer
From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Christian Lauer > > Sent: Wednesday, September 22, 2004 7:06 AM > > To: iText Mailing List > > Subject: [iText-questions] Vertical spacing control for ListItems > > > > Hi Paulo, > &

[iText-questions] Problem with fitsPage for PdfPTables

2004-09-23 Thread Christian Lauer
page. In the following expample - which implements a test case, submitted by an UJAC user - fitsPage returns true, but the table doesn't really fit the page and when the table is added to the document, the last table row is displayed on the next page. Best regards, Christian -- Christian Lau

[iText-questions] ColumnText

2004-09-21 Thread Christian Lauer
Hi Paulo, I'd like to enhance the support of ColumnText in UJAC. For that I'd like to add a column text seamlessly to the document like other elements like tables, paragraphs or lists do. To make that happen I need to know the current page position. To get this, I tried the following workaround, w

[iText-questions] Vertical spacing control for ListItems

2004-09-21 Thread Christian Lauer
e and spacingAfter). I've found out that it works only when rendered by a ColumnText, but not in case the List is directly added to the document. Best regards, Christian -- Christian Lauer <[EMAIL PROTECTED]> --- This SF.Net email is spon

[iText-questions] Vertical alignment in PdfPCells

2004-09-20 Thread Christian Lauer
. Best regards, Christian -- Christian Lauer <[EMAIL PROTECTED]> package ujac.test.itext; import java.io.FileOutputStream; import com.lowagie.text.Document; import com.lowagie.text.Element; import com.lowagie.text.Font; import com.lowagie.text.PageSize; import com.lowagie.t

RE: [iText-questions] Bug in PdfPCell?

2004-09-17 Thread Christian Lauer
Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Christian Lauer > > Sent: Thursday, September 16, 2004 11:56 PM > > To: iText Mailing List > > Subject: [iText-questions] Bug in PdfPCell? > > > > Hi Paulo, > >

[iText-questions] Bug in PdfPCell?

2004-09-16 Thread Christian Lauer
ing of 1.2. The second occurrence of the text is particularly hidden somehow. I've attached a test program which shows the bug. Best regardsm, Christian -- Christian Lauer <[EMAIL PROTECTED]> package ujac.test.itext; import java.io.FileOutputStream; import com.lowagie.text.Document; im

[iText-questions] RE: Performance Problems with itext-paulo-137?

2004-09-13 Thread Christian Lauer
st Regards, > Paulo Soares > > > -Original Message- > > From: Christian Lauer [mailto:[EMAIL PROTECTED] > > Sent: Saturday, September 11, 2004 7:31 AM > > To: Paulo Soares > > Cc: iText Mailing List > > Subject: Performance Problems with itext-paul

[iText-questions] Performance Problems with itext-paulo-137?

2004-09-10 Thread Christian Lauer
Hi Paulo, your new version is really great in functionality and provides cool features! Unfortunately it looks like the performance in PdfPTable processing has gone down a bit. I've attached a test program which generates lots of tables. This program executes more than 3 times faster with the off

RE: [iText-questions] multipliedLeading + spacingBefore

2004-09-09 Thread Christian Lauer
rfect as in your PdfPTables ... Best regards, Christian On Thu, 2004-09-09 at 14:28, Paulo Soares wrote: > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Christian Lauer > > Sent: Wednesday, September 0

[iText-questions] multipliedLeading + spacingBefore

2004-09-08 Thread Christian Lauer
Hi Paulo, I've found out that the multiplied leading doesn't work for Paragraphs placed into the document, is it planned to support this as in PdfPTables or ColumnTexts? Also I think I've discovered another bug. When you're using the spacingBefore feature it seems it will not work for the first

RE: [iText-questions] Support of lists in PdfPCell

2004-09-08 Thread Christian Lauer
inal Message- > > From: Christian Lauer [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 08, 2004 1:12 PM > > To: Paulo Soares > > Cc: [EMAIL PROTECTED] > > Subject: RE: [iText-questions] Support of lists in PdfPCell > > > > Shouldn't the list i

RE: [iText-questions] Support of lists in PdfPCell

2004-09-08 Thread Christian Lauer
currentHeight = indentTop() - ct.getYLine(); > break; > } > > Best Regards, > Paulo Soares > > > -Original Message- > > From: Christian Lauer [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 08, 2004 12:24 AM > > To: Paulo Soares >

RE: [iText-questions] Support of lists in PdfPCell

2004-09-08 Thread Christian Lauer
stian > The indent is the indent in the list, you can decrease it or increase it. > > Best Regards, > Paulo Soares > > > -Original Message- > > From: Christian Lauer [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 08, 2004 7:33 AM > >

RE: [iText-questions] Support of lists in PdfPCell

2004-09-07 Thread Christian Lauer
> -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Christian Lauer > > Sent: Monday, September 06, 2004 11:59 PM > > To: iText Mailing List > > Subject: [iText-questions] Support of lists in PdfPCell > >

[iText-questions] Support of lists in PdfPCell

2004-09-06 Thread Christian Lauer
During the past months I've received some requests for the UJAC print module for placing stuff like lists in PdfPCells. Futhermore it would be nice to be able to place more than one element in a cell, for example a list of paragraphs and phrases. Is such a feature planned for iText in the near futu

[iText-questions] spacingBefore + spacingAfter support in cells

2004-09-06 Thread Christian Lauer
I've found out that the Paragraph element has two new attributes: spacingBefore + spacingAfter. I've tested them and found out, that they work perfectly when added directly to the document, but not when placed into a cell (PdfPCell). Is it planned to support this feature for PdfPCells as well? Bes

RE: [iText-questions] TOC using iText

2004-04-16 Thread Christian Lauer
Hi Deva, at UJAC (Useful Java Application Components), I've implemented this feature. Take a look at the UJAC home page to see how to use it. http://ujac.sourceforge.net/print.html#toc Best regards, Christian > What kind of TOC? > > Best Regards, > Paulo Soares > > >

Re: [iText-questions] Parse XML & Overlay from Template with PdfStamper

2004-03-29 Thread Christian Lauer
Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > ___ > iText-questions

Re: [iText-questions] Adding a table to onEndPage event results in an infinite loop

2004-03-17 Thread Christian Lauer
; > I wasn't able to find a keyword to add a header and footer in the > XML > > DTD. > > > > Is there a way to do that? > > Or you use PageEvents (header and footer NOT in XML) > or you use http://ujac.sourceforge.net > br, > Bruno -- Christian Lauer <[EM

RE: [iText-questions] gmane.comp.java.lib.itext.general

2004-03-02 Thread Christian Lauer
nscoder doesn't report these problems - The ImageTranscoder reports them and so I found what's wrong. But these are all batik related problems. All in all the iText support works perfectly for this issue! Best regards, Christian On Sun, 2004-02-29 at 20:54, Christian Lauer wrote: > Hi

RE: [iText-questions] gmane.comp.java.lib.itext.general

2004-02-29 Thread Christian Lauer
thanx > rick > > > > > --- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > h

Re: [iText-questions] RV: Improvements to iText

2004-02-25 Thread Christian Lauer
BM. Click Now! > http://ads.osdn.com/?ad_id56&alloc_id438&op=ick > ___ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions > > > -----

Re: [iText-questions] Adding header and footer to PDF.

2004-02-20 Thread Christian Lauer
Ooops, I guess there was another bug, of course it was meant to be 'I don't claim ' ;-) On Fri, 2004-02-20 at 21:21, Christian Lauer wrote: > Hi Giovanni, > > I claim UJAC to be bug free, but I'm doing my best to achieve a stable > and well accepted tool. S

Re: [iText-questions] Adding header and footer to PDF.

2004-02-20 Thread Christian Lauer
k Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > ___ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions -- Christian Lauer <[EMAIL PROTECTED]> --

Re: [iText-questions] PDF Form Template

2004-02-20 Thread Christian Lauer
Hi Jim, in UJAC's print module (ujac.sourceforge.net) there's a solution for your problem. The tag opens an existing PDF and displays it background of the current page, your'e working on. The tag then can be uses for global positioning of the informations you like to fill in. There's an example

Re: [iText-questions] JSP problem

2004-02-01 Thread Christian Lauer
ing("bairro")); > > datatable.addCell(rec.getString("cidade")); > > datatable.addCell(rec.getString("estado")); > > datatable.addCell(rec.getString("pais")); > > datatable.addCell(rec.getStrin

Re: [iText-questions] How to determine if a file is of valid PDF format

2004-01-31 Thread Christian Lauer
ipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions -- Christian Lauer <[EMAIL PROTECTED]>

Re: [iText-questions] XML To PDF

2004-01-28 Thread Christian Lauer
d somewhere relative to the specified resource directory. Best Regards, Christian On Wed, 2004-01-28 at 01:21, Christian Lauer wrote: > Hi Jones, > > the custom tag thing is a good idea. I've hacked a bit and got a quick > solution. The usage isn't exactly the same as in iT

Re: [iText-questions] XML To PDF

2004-01-27 Thread Christian Lauer
esting TSC_Avarangal: §¡ý ¦ýÈ¢"; > document.add( new Paragraph( text1 ) ); > document.add( new Paragraph( text2, font ) ); > } > catch ( DocumentException de ) > { > System.err.println( de.getMessage() ); > } > catch ( IOException ioe ) >