[iText-questions] Example 12 and TIFFImageDecoder

2004-07-12 Thread Youssef Eldakar
I am wondering where I can locate documentation on the TIFFImageDecoder class used in example 12 of the tutorial. I was not able to locate documentation on this particular class anywhere including the JAI documentation. Youssef Eldakar Bibliotheca Alexandrina

Re: [iText-questions] Images

2004-07-12 Thread Christopher Barnes
I have had the similar problem when adding jpegs to a PdfPtable. The added jpegs were not being resized as I expected. After I while I realised that the images were being resized to suit the cell size. By changing the number of cells per row I could see that image was the cell size rather than th

Re: [iText-questions] Building an Element

2004-07-12 Thread Paulo Soares
There's no docs on the internals. What kind of element do you need? Best Regards, Paulo Soares - Original Message - From: "Trevor Linton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 12, 2004 18:24 Subject: [iText-questions] Building an Element Hi, I need to create

Re: [iText-questions] Images

2004-07-12 Thread Paulo Soares
If you place the image without scaling it will be 72dpi. Best Regards, Paulo Soares - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 12, 2004 23:01 Subject: [iText-questions] Images Hello, i'm using itext quite for a while, but now i got a pro

[iText-questions] Images

2004-07-12 Thread ast
Hello, i'm using itext quite for a while, but now i got a problem. i generate chart-images throuth jFreeChart as an instance from com.lowagie.text.Image with specified height and width. But when i place this image in an PdfPTable this image is much bigger. for example: image is specified with a

Re: [iText-questions] Embedded font ..

2004-07-12 Thread Leonard Rosenthol
At 01:22 PM 7/12/2004, [EMAIL PROTECTED] wrote: The problem is that I don't see half of the data (used with code above), and I don't know how to see embedded fonts in my pdf, so can someone help me with this ? Is tehre really a missing font in the pdf I joined ? I don't know what you are

[iText-questions] Building an Element

2004-07-12 Thread Trevor Linton
Hi,   I need to create a new type of element. Is there any faq, guide or quick run down on how to build a new type of element? In other words is there an outline on how the structure of iText works programmatically?   - Trevor  

[iText-questions] RE: Drop Big Cell Question

2004-07-12 Thread Smith, Daniel
Hi Lucy,   I’m sorry to say that I only fixed part of the problem. I fixed the case where a nested table causes a row to be dropped from the table, but if a single cell of text is larger than a page it will still be dropped.   I’ve been meaning to work on splitting up a single cell of t