Re: [iText-questions] ColumnText

2010-07-15 Thread Peter Forstmeier
2010 08:45 An: Post all your questions about iText here Betreff: Re: [iText-questions] ColumnText Peter Forstmeier wrote: > Hi List, > i would like to add some variable length Text at a give location and a given > Height and Width: > > PdfContentByte cb = base.PdfWrite

Re: [iText-questions] ColumnText

2010-07-14 Thread Peter Forstmeier
ilto:i...@1t3xt.info] > Gesendet: Mittwoch, 14. Juli 2010 08:45 > An: Post all your questions about iText here > Betreff: Re: [iText-questions] ColumnText > > Peter Forstmeier wrote: > > Hi List, > > i would like to add some variable length Text at a give location a

[iText-questions] ColumnText

2010-07-13 Thread Peter Forstmeier
Hi List, i would like to add some variable length Text at a give location and a given Height and Width: PdfContentByte cb = base.PdfWriter.DirectContent; iTextSharp.text.Rectangle r = base.ConvertToPdfRectangle(); ColumnText ct = new ColumnText(cb); PdfFormat pdfFormat = new PdfFormat(this.Styl

[iText-questions] ColumnText

2010-07-13 Thread Peter Forstmeier
Hi List, i would like to add some variable length Text at a give location and a given Height and Width: PdfContentByte cb = base.PdfWriter.DirectContent; iTextSharp.text.Rectangle r = base.ConvertToPdfRectangle(); ColumnText ct = new ColumnText(cb); PdfFormat pdfFormat = new PdfFormat(this.Styl

[iText-questions] Text within given Rectangle

2010-01-10 Thread Peter Forstmeier
Hi List, i have a long text (variable). This text should be printed inside a given Rectangle. If the text dosn't fit inside the rectangle the text should be formatted with StringTrimming or just cut. Until now i use this code: PdfContentByte contentByte = base.PdfWriter.DirectContent; iTextSha