Re: [iText-questions] iText version

2005-04-22 Thread Brendan Fagan
You could update to the latest version of iText and then what does it matter. ;) >>> "Bill Ambrosini" <[EMAIL PROTECTED]> 4/22/2005 1:42:01 PM >>> How do I figure out what version of iText I have been using? I have iText.jar and the source that I donwloaded a little over a year ago. Help is ap

[iText-questions] Image spacing (alignment?) issue

2005-04-13 Thread Brendan Fagan
I've got a paragraph that I'm adding to a PdfPCell. The image I'm adding is displaying over the text before it. This happens with or without the image alignment set. I've checked the tutorials and docs, but I'm still stuck. How can I get a Chunk with an image to honor its place in a paragraph

Re: [iText-questions] PdfPTable and KeepTogether

2005-04-11 Thread Brendan Fagan
,W10WidgetFactory.createAdvanceDirectiveTable(_w10Data)); Works great! >>> "Brendan Fagan" <[EMAIL PROTECTED]> 4/11/2005 11:02:35 AM >>> Has anyone come up with a solution for keeping PdfPTables together over pages? I tried (unsuccessfully) to wrap the PdfPTables that I

[iText-questions] PdfPTable and KeepTogether

2005-04-11 Thread Brendan Fagan
Has anyone come up with a solution for keeping PdfPTables together over pages? I tried (unsuccessfully) to wrap the PdfPTables that I have in Table class. I also tried setSplitRows(false). I'm using iText 1.3. --- Confidentiality Notice This e-mail me

Re: [iText-questions] Invalid restore and PdfImportedPage

2005-04-11 Thread Brendan Fagan
;> "Paulo Soares" <[EMAIL PROTECTED]> 4/9/2005 6:13:48 PM >>> You have a bug in your code that generates the first pdf to the byte array. - Original Message - From: "Brendan Fagan" <[EMAIL PROTECTED]> To: Sent: Thursday, April 07, 2005 8:46 PM Su

[iText-questions] Invalid restore and PdfImportedPage

2005-04-07 Thread Brendan Fagan
I'm attempting to write every page from a generated PDF to a new PDF 3 times. I'm currently writing a PDF into ByteArrayOutputStream, converting it to a byte array and reading it back in with PdfReader as a ByteArrayInputStream. Here's the section where I copy pages: PdfReader reader = new PdfRe

[iText-questions] setLeading problem?

2005-04-06 Thread Brendan Fagan
I'm having a problem with the Paragraph class. No matter what I do, iText seems to be ignoring any values set with .setLeading(). Actually, on further review, it's ignoring setSpacingAfter() as well. Anyone else have these problems iText 1.2? Here's my code: public Paragraph advDirQuestion1() t