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
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
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.
>
rk Storer
>> Senior Software Engineer
>> Cardiff.com
>>
>> #include
>> typedef std::Disclaimer DisCard;
>>
>>
>>
>>> -Original Message-
>>> From: mistercam [mailto:mister...@gmail.com]
>>> Sent: Tuesday, Febr
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,
&
: [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
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
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
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
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
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
11 matches
Mail list logo