RE: [iText-questions] Correct rending of Arabic fonts

2002-05-31 Thread Paulo Soares
I'm working on it for arabic and hebrew but I don't have a release date yet. In the current state you'll have to do the arabic shapping before reversing the string. Best Regards, Paulo Soares -Original Message- From: SAY Ferdinand [SMTP:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002

Re: [iText-questions] blob and image question

2002-05-31 Thread Bruno
Quoting Martin Hellat [EMAIL PROTECTED]: Hi, I'm using iText with oracle. And i need to show an image in my pdf file that is passed to my java procedure as an Oracle blob field. How can i get needed image to show from that blob field? Have you tried this:

Re: [iText-questions] blob and image question

2002-05-31 Thread Matt Benson
I don't think iText handles bitmaps on its own, unless that is considered raw image data. The API for Image.getInstance(byte[]) says that a gif, jpeg, or png is returned. -Matt --- Martin Hellat [EMAIL PROTECTED] wrote: Well, nothing special... usual bmp... but i guess i found the solution,

[iText-questions] Problem with varible text displaying

2002-05-31 Thread Jasmin Mehta
Hi, I'm using the iText library for the purpose of diplaying and printing report thru AdobeAcrobate reader. I'm using servlet to create the PDF file. I'm using Tomcat 4.0.2 as my webapp server. Now in my requirements, I've Titles in right side of the page and than ':' sign and the text for

[iText-questions] Creating a text area that may be positioned absolutely?

2002-05-31 Thread Jason Essington
Hi I am trying to figure out how to create a text area (say a box that is 3x2 in which text wraps) that I can place in an absolute position on a page. I have discovered templates, but text added to a template just gets clipped when it hits the edge of the template rather than wrapping.

Re: [iText-questions] Creating a text area that may be positioned absolutely?

2002-05-31 Thread Jason Essington
o.k. so I figured it out, guess I have to just memorize the api :-) basically I had to create ColumnText in the PdfTemplate Here is a code snipet: Document pdf = new Document(); try { // define the size of our text box