[iText-questions] ColumnText issues (was Re: leading, tracking, kerning)

2002-08-12 Thread John Hardy
Great and being able to set word spacing would be a nice thing as well. Oh yeah and while we're adding to your workload, Paulo ;-j do you have any plans to fix the leading issues that occur when using non-rectangular columns? Normally when two fonts appear on the same line or with an image the le

[iText-questions] Tables (both types) with PdfTemplate-based images

2002-08-12 Thread Ryan Johnston
I have been doing some testing, and have found some problems regarding PdfTemplate-based image support -- specifically within tables. 1. When I create a Table object with "new Table(1)", and add 5 cells to it, the application crashes due to an ArrayIndexOutOfBoundsException while the table con

Re: [iText-questions] fonts and OS

2002-08-12 Thread Paulo Soares
Use AFM/PFB fonts. The .sit fonts are true-type for the MAC. They can be converted to .ttf but that won't help it in your case. You may have troubles with type1 fonts if you are using "exotic" charsets; you may have to tweak the AFM. Best Regards, Paulo Soares - Original Message - From:

[iText-questions] fonts and OS

2002-08-12 Thread Shahzad Latif
I want to deploy my application on Solaris. The fonts that I have are for Mac (.sit extension). They have to be embedded. Any way I could use them? Also, client has refused to use true type font. What would be the best alternative font type which I could embbed in production environment and use

Re: [iText-questions] Re: iText-questions digest, Vol 1 #692 - 2 msgs

2002-08-12 Thread Paulo Soares
If you don't want to write in the second page, don't. What's your problem with that? Best Regards, Paulo Soares - Original Message - From: "Pasha Mahaboob" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 12, 2002 0:57 Subject: [iText-questions] Re: iText-questions digest

Re: [iText-questions] Cell and Table Widths

2002-08-12 Thread Bruno
Quoting Katharina Garbe <[EMAIL PROTECTED]>: > I guess I better include the code I > have written ... Where is the line that instantiates a new Table-object> > int groesse= headlines.size(); What is the value of groesse? Maybe you can instantiate the table here: Table datatable = new Table(gr

[iText-questions] Cell and Table Widths

2002-08-12 Thread Katharina Garbe
Hello, I am a German trainee using iText since a few weels. I have similar problems like Scott Edward Skinner ... I guess I better include the code I have written ... int groesse= headlines.size(); float[] headerwidths= new float [groesse]; for (int i = 0; i < groesse; i++) { String eintrag = (