Re: [iText-questions] some what if's

2002-07-11 Thread Paulo Soares
- Original Message - From: "Shahzad Latif" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 11, 2002 23:03 Subject: [iText-questions] some what if's > Hi: > > Just created a decent PDF and everyone is happy. Got some what if's: > > 1) In one of the tutorial chapters,

Re: [iText-questions] Width of rectangle lines

2002-07-11 Thread Paulo Soares
That's what cells do. Have you tried to generate any pdf document? Best Regards, Paulo Soares - Original Message - From: "Will Berger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 11, 2002 21:29 Subject: RE: [iText-questions] Width of rectangle lines > Could anyone

Re: [iText-questions] Width of rectangle lines

2002-07-11 Thread Paulo Soares
No mysteries. The line width remains until changed. Note that the viewer may not show the true line width in an attempt to optimize the display speed. Only printing will show it. Best Regards, Paulo Soares - Original Message - From: "Jim Haggerty" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTE

[iText-questions] some what if's

2002-07-11 Thread Shahzad Latif
Hi: Just created a decent PDF and everyone is happy. Got some what if's: 1) In one of the tutorial chapters, I have found: PdfContentByte cb = writer.getDirectContent(); cb.setRGBColorFill(255, 0, 0); Question: Would it be possible to use CMYK format instead of RGB. Apparently, rip process of

RE: [iText-questions] Width of rectangle lines

2002-07-11 Thread Will Berger
Could anyone tell me how to change the height of a cell with in a table. I have a simple form where I would like the table cell to adjust to the height of the text. Any help would be much appreciated. Will --- This sf.net email is sponsored

[iText-questions] Width of rectangle lines

2002-07-11 Thread Jim Haggerty
Having a problem generating a rectangle with line widths greater than 1. cb is of Class PdfContentByte: cb.setLineWidth(3f); cb.moveTo(x,y); cb.lineTo(x,y + whatever); cb.stroke(); Gives a nice juicy line. however: cb.setLineWidth(2f); cb.rectangle(x, y, w, h); produces the correct size, bu

Re: [iText-questions] OutOfMemoryError

2002-07-11 Thread Paulo Soares
Is a timeout or OutOfMemory? What kind of buffer are you talking about? If you are using tables don't create a big table but rather several small ones. There are several threads about it; search for fitsPage. Best Regards, Paulo Soares - Original Message - From: <[EMAIL PROTECTED]> To: <

Re: [iText-questions] Paragraph not respecting bottom margin

2002-07-11 Thread Paulo Soares
I'll leave this one for Bruno to decide. Best Regards, Paulo Soares - Original Message - From: "Francois Gravel" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]>; "itext-questions" <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 18:44 Subject: Re: [iText-questions] Paragraph

Re: [iText-questions] margin problem

2002-07-11 Thread Paulo Soares
The code as it is processes correctly the crop box. You are probably looking at something else. Why don't you create a document with iText or Acrobat with a crop box with some marking around the limits to see there's really a margin problem? Or use the file http://www.jahn.org/pdf3/cmyk.pdf that h

[iText-questions] OutOfMemoryError

2002-07-11 Thread awice
I'm getting an OutOfMemoryError when trying to generate a PDF using jsp. I have no problem generating the PDF file when using small data types from the result set. However, long and clob datatypes seem to cause the system to timeout. Is there a limit the buffer can handle? I'm using the ServletO