> -Original Message-
> From: David Teran [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, April 15, 2002 0:16
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] another optimization question
>
> Hi,
>
> i do not know exactly if this would be possible, bu
Hi,
i do not know exactly if this would be possible, but it seems that about
80% of the byte[] created while making a pdf report with itext are
allocated in BaseFonts convertToBytes method:
return text.getBytes(encoding);
which in turn gets called a lot of times from the method "getWidth" and