Re: [iText-questions] Preventing PdfPCell from matching height of neighboring PdfPCell

2010-02-19 Thread mistercam
are abitary). > > Matthew > > -Original Message- > From: mistercam [mailto:mister...@gmail.com] > Sent: 19 February 2010 13:54 > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Preventing PdfPCell from matching height > of neighbori

Re: [iText-questions] Preventing PdfPCell from matching height of neighboring PdfPCell

2010-02-19 Thread Wain, Matthew
t-questions@lists.sourceforge.net Subject: Re: [iText-questions] Preventing PdfPCell from matching height of neighboring PdfPCell Hello again, I have one more problem I can't seem to tackle. Looking at the previous example, I'm trying to handle the case where one of the "placeholder" cel

Re: [iText-questions] Preventing PdfPCell from matching height of neighboring PdfPCell

2010-02-19 Thread mistercam
gt;>> iText isn't my Area of Expertise. >>> >>> 1) Drop the 1-cell tables in approach 2, and add the "origin" phrase >>> elements directly into mainTable. >>> >>> 2) Use something other than Phrases. Paragraphs or chunks, perhaps. >

Re: [iText-questions] Preventing PdfPCell from matching height of neighboring PdfPCell

2010-02-17 Thread mistercam
rk Storer >> Senior Software Engineer >> Cardiff.com >> >> #include >> typedef std::Disclaimer DisCard; >> >> >> >>> -Original Message- >>> From: mistercam [mailto:mister...@gmail.com] >>> Sent: Tuesday, Febr

Re: [iText-questions] Preventing PdfPCell from matching height of neighboring PdfPCell

2010-02-17 Thread mistercam
o:mister...@gmail.com] >> Sent: Tuesday, February 16, 2010 7:57 AM >> To: itext-questions@lists.sourceforge.net >> Subject: Re: [iText-questions] Preventing PdfPCell from >> matching height >> of neighboring PdfPCell >> >> >> >> Hello, &

Re: [iText-questions] Preventing PdfPCell from matching height of neighboring PdfPCell

2010-02-16 Thread Mark Storer
: [iText-questions] Preventing PdfPCell from > matching height > of neighboring PdfPCell > > > > Hello, > > I took your advice, and I'm so close to getting the PDF > rendered correctly. > I hate uploading code and asking others to take a look, but I > just

Re: [iText-questions] Preventing PdfPCell from matching height of neighboring PdfPCell

2010-02-16 Thread mistercam
Hello, I took your advice, and I'm so close to getting the PDF rendered correctly. I hate uploading code and asking others to take a look, but I just can't figure this out. I've included a file containing the code I am running, along with two examples of rendered files. I would really appreciate

Re: [iText-questions] Preventing PdfPCell from matching height of neighboring PdfPCell

2010-01-13 Thread 1T3XT info
mistercam wrote: > Bummer... It looks like I'll have to play around with some alternative > approaches. You could define a rowspan 2 for the second cell, and add a dummy cell (without content or border) to fit under the first cell. Not a very elegant solution, but... if it works, it works. -- T

Re: [iText-questions] Preventing PdfPCell from matching height of neighboring PdfPCell

2010-01-13 Thread mistercam
Bummer... It looks like I'll have to play around with some alternative approaches. Thanks for the quick reply though! I really appreciate it. -- Cam 1T3XT info wrote: > > mistercam wrote: >> The first PdfPCell seems to be matching the height of the paragraph cell, >> when I expect it remain a

Re: [iText-questions] Preventing PdfPCell from matching height of neighboring PdfPCell

2010-01-12 Thread 1T3XT info
mistercam wrote: > The first PdfPCell seems to be matching the height of the paragraph cell, > when I expect it remain at the specified fixed height. The height of a cell equals the height of the row. That's to be expected with tables. > When exporting this, I was expecting to see a grey-filled c

[iText-questions] Preventing PdfPCell from matching height of neighboring PdfPCell

2010-01-12 Thread mistercam
Hello, Posted below is a simplified version of some code I'm working with. I essentially have a two-column table. In (row,col)=(0,0) I add a basic PdfPCell with a fixed height of 50. In (0,1) I add a PdfPCell that contains a large Paragraph configured to span pages. The first PdfPCell seems to b