The fix is in the CVS both in Java and C#.

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Paulo Soares
> Sent: Wednesday, July 13, 2005 1:40 AM
> To: Charlie Solomon; [email protected]
> Subject: Re: [iText-questions] can't show image border, in a 
> chunk, in a phrase, in PdfPTable cell
> 
> The Java and the C# port are synchronized at the CVS level. 
> Both will be
> updated at the same time.
> 
> ----- Original Message ----- 
> From: "Charlie Solomon" <[EMAIL PROTECTED]>
> To: "'Paulo Soares'" <[EMAIL PROTECTED]>;
> <[email protected]>
> Sent: Wednesday, July 13, 2005 1:32 AM
> Subject: RE: [iText-questions] can't show image border, in a 
> chunk, in a
> phrase, in PdfPTable cell
> 
> 
> > Allright - thanks Paulo.  I am using the C# port, so I will 
> wait patiently
> > for an update... this is not an emergency, it's just an 
> image border :)
> >
> > -Charlie
> >
> > -----Original Message-----
> > From: Paulo Soares [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, July 12, 2005 4:55 PM
> > To: Charlie Solomon; [email protected]
> > Subject: Re: [iText-questions] can't show image border, in 
> a chunk, in a
> > phrase, in PdfPTable cell
> >
> > There are several ways to do it but it's a lot easier if I implement
> > tomorrow borders in images.
> >
> > ----- Original Message ----- 
> > From: "Charlie Solomon" <[EMAIL PROTECTED]>
> > To: "'Paulo Soares'" <[EMAIL PROTECTED]>;
> > <[email protected]>
> > Sent: Wednesday, July 13, 2005 12:05 AM
> > Subject: RE: [iText-questions] can't show image border, in 
> a chunk, in a
> > phrase, in PdfPTable cell
> >
> >
> > > Any workaround you can suggest?  I thought I saw 
> somewhere that you can
> > turn
> > > an object into an Image in iText... but I can't find it 
> again.  Maybe I
> > > could create a simple one cell table holding the image, 
> draw the border
> on
> > > the table, then create and image object from that?
> > >
> > >
> > > -----Original Message-----
> > > From: Paulo Soares [mailto:[EMAIL PROTECTED]
> > > Sent: Tuesday, July 12, 2005 3:44 PM
> > > To: Charlie Solomon; [email protected]
> > > Subject: Re: [iText-questions] can't show image border, 
> in a chunk, in a
> > > phrase, in PdfPTable cell
> > >
> > > Images don't draw borders, the rectangle is only used to 
> establish the
> > > dimensions. Maybe they should.
> > >
> > > ----- Original Message ----- 
> > > From: "Charlie Solomon" <[EMAIL PROTECTED]>
> > > To: <[email protected]>
> > > Sent: Tuesday, July 12, 2005 5:51 PM
> > > Subject: [iText-questions] can't show image border, in a 
> chunk, in a
> > phrase,
> > > in PdfPTable cell
> > >
> > >
> > > > I'm having no luck getting a border to show around an 
> Image object
> which
> > I
> > > > have embedded in a chunk, within a phrase, and then 
> within a PdfPTable
> > > cell.
> > > >
> > > >
> > > >
> > > > I'm looking to put a 1. or 2. point border just around 
> the image.  My
> > > table
> > > > cell contains other text (which is the reason I've used 
> chunks in a
> > > phrase.)
> > > > Can anyone help me figure out why the image border does 
> not show up?
> > > Here's
> > > > my code:
> > > >
> > > >
> > > >
> > > >             Image img;
> > > >
> > > >             img = Image.GetInstance(new System.Uri(imgPath));
> > > >
> > > >             img.Border = Rectangle.BOX;
> > > >
> > > >             img.EnableBorderSide(Rectangle.BOX);
> > > >
> > > >             img.BorderColor = iTextSharp.text.Color.BLUE;
> > > >
> > > >             img.BorderWidth = 2.0f;
> > > >
> > > >             Chunk ch = new Chunk(img, 0, 0);
> > > >
> > > >             ph = new Phrase( ch );
> > > >
> > > >             PdfPTable tbl = new PdfPTable(1);
> > > >
> > > >             tbl.AddCell(ph);
> > > >
> > > >
> > > >
> > > > Example of my PDF output is attached.  Thanks very much!
> > > >
> > > > -Charlie
> > > >
> > > > ___________________
> > > >
> > > >  <http://www.beldintechnologies.com/> Beldin Technologies
> > > >
> > > > 661.310.0363
> > > >
> > > > 661.775.0230 fax
> > > >
> > > >
> > > >
> > > >
> > >
> >
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by the 'Do More With Dual!' 
> webinar happening
> July 14 at 8am PDT/11am EDT. We invite you to explore the 
> latest in dual
> core and dual graphics technology at this free one hour event 
> hosted by HP, 
> AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
> _______________________________________________
> iText-questions mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> 


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to