RE: Automatic generation of cell size

2001-12-07 Thread "Buchtík, Michal"

Yes, it's maybe useful when you need exactly specify column width.
But for our usage, there is not important, that the column with is 5.2 or
5.4 mm
And, when you must parse metrics and kerning-tables for each table column,
then will be increased processing time.

Michal

-Original Message-
From: James Richardson [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 12:22 PM
To: [EMAIL PROTECTED]
Subject: Re: Automatic generation of cell size



Although really you should use the font metrics & kerning tables...

James


Buchtík, Michal wrote:

> 
> 
> It's not universal for all fonts, but
> we know font which is used and the font-size
> so we find a longest string in collumn
> 
> column-width = longest_string_length * avg(charsizes_of_font);
> 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Automatic generation of cell size !

2001-12-07 Thread "Buchtík, Michal"

for example
http://www.w3.org/
http://www.zvon.org/




-Original Message-
From: Kai Ulrich [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 11:18 AM
To: [EMAIL PROTECTED]
Subject: AW: Automatic generation of cell size !


It's my first intensiv contact XSLT stylesheet.
Where can I find Informations about it !
kai

-Ursprüngliche Nachricht-
Von: Buchtík, Michal [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 7. Dezember 2001 11:27
An: '[EMAIL PROTECTED]'
Betreff: RE: Automatic generation of cell size !


We solve this problem by computing cell-widths in XSLT style sheet.

Michal

-Original Message-
From: Kai Ulrich [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 11:09 AM
To: [EMAIL PROTECTED]
Subject: Automatic generation of cell size !


My problem !

How can I build a table in a pdf-document whose cell-widths and hights are
generated dynamicly depending on the text of the cell !

kai


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Automatic generation of cell size

2001-12-07 Thread James Richardson


Although really you should use the font metrics & kerning tables...

James


Buchtík, Michal wrote:

> 
> 
> It's not universal for all fonts, but
> we know font which is used and the font-size
> so we find a longest string in collumn
> 
> column-width = longest_string_length * avg(charsizes_of_font);
> 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




AW: Automatic generation of cell size

2001-12-07 Thread Kai Ulrich

How can I include it in the in a xsl-file ?

-Ursprüngliche Nachricht-
Von: Buchtík, Michal [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 7. Dezember 2001 12:13
An: '[EMAIL PROTECTED]'
Betreff: RE: Automatic generation of cell size


It's not universal for all fonts, but
we know font which is used and the font-size
so we find a longest string in collumn

column-width = longest_string_length * avg(charsizes_of_font);

-Original Message-
From: Matthias Fischer [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 11:56 AM
To: [EMAIL PROTECTED]
Subject: RE: Automatic generation of cell size


What do you mean, you do the computing in XSLT?
How do you know how much space a text in a certain font/character size
takes, where it breaks etc?

Matthias


-Original Message-
From: Buchtík, Michal [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 11:27 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Automatic generation of cell size !


We solve this problem by computing cell-widths in XSLT style sheet.

Michal

-Original Message-
From: Kai Ulrich [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 11:09 AM
To: [EMAIL PROTECTED]
Subject: Automatic generation of cell size !


My problem !

How can I build a table in a pdf-document whose cell-widths and hights are
generated dynamicly depending on the text of the cell !

kai


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Automatic generation of cell size

2001-12-07 Thread "Buchtík, Michal"

It's not universal for all fonts, but 
we know font which is used and the font-size
so we find a longest string in collumn

column-width = longest_string_length * avg(charsizes_of_font);

-Original Message-
From: Matthias Fischer [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 11:56 AM
To: [EMAIL PROTECTED]
Subject: RE: Automatic generation of cell size


What do you mean, you do the computing in XSLT?
How do you know how much space a text in a certain font/character size
takes, where it breaks etc?

Matthias


-Original Message-
From: Buchtík, Michal [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 11:27 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Automatic generation of cell size !


We solve this problem by computing cell-widths in XSLT style sheet.

Michal

-Original Message-
From: Kai Ulrich [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 11:09 AM
To: [EMAIL PROTECTED]
Subject: Automatic generation of cell size !


My problem !

How can I build a table in a pdf-document whose cell-widths and hights are
generated dynamicly depending on the text of the cell !

kai


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Automatic generation of cell size

2001-12-07 Thread Matthias Fischer

What do you mean, you do the computing in XSLT?
How do you know how much space a text in a certain font/character size
takes, where it breaks etc?

Matthias


-Original Message-
From: Buchtík, Michal [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 11:27 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Automatic generation of cell size !


We solve this problem by computing cell-widths in XSLT style sheet.

Michal

-Original Message-
From: Kai Ulrich [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 11:09 AM
To: [EMAIL PROTECTED]
Subject: Automatic generation of cell size !


My problem !

How can I build a table in a pdf-document whose cell-widths and hights are
generated dynamicly depending on the text of the cell !

kai


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




AW: Automatic generation of cell size !

2001-12-07 Thread Kai Ulrich

It's my first intensiv contact XSLT stylesheet.
Where can I find Informations about it !
kai

-Ursprüngliche Nachricht-
Von: Buchtík, Michal [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 7. Dezember 2001 11:27
An: '[EMAIL PROTECTED]'
Betreff: RE: Automatic generation of cell size !


We solve this problem by computing cell-widths in XSLT style sheet.

Michal

-Original Message-
From: Kai Ulrich [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 11:09 AM
To: [EMAIL PROTECTED]
Subject: Automatic generation of cell size !


My problem !

How can I build a table in a pdf-document whose cell-widths and hights are
generated dynamicly depending on the text of the cell !

kai


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Automatic generation of cell size !

2001-12-07 Thread "Buchtík, Michal"

We solve this problem by computing cell-widths in XSLT style sheet.

Michal

-Original Message-
From: Kai Ulrich [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 11:09 AM
To: [EMAIL PROTECTED]
Subject: Automatic generation of cell size !


My problem !

How can I build a table in a pdf-document whose cell-widths and hights are
generated dynamicly depending on the text of the cell !

kai


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Automatic generation of cell size !

2001-12-07 Thread Kai Ulrich

My problem !

How can I build a table in a pdf-document whose cell-widths and hights are
generated dynamicly depending on the text of the cell !

kai


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]