Re: [iText-questions] Including "cid" images for a HTML document

2007-10-19 Thread Paulo Soares
ts.sourceforge.net > Subject: [iText-questions] Including "cid" images for a HTML document > > > I'm creating a HTML document using iText (with HtmlWriter). > This HTML file > will be sent inside an e-mail. > > I need to to put the following text "<

[iText-questions] Including "cid" images for a HTML document

2007-10-18 Thread ElĂ­as Gago
I'm creating a HTML document using iText (with HtmlWriter). This HTML file will be sent inside an e-mail. I need to to put the following text " cid:logo1.jpg " inside a Cell (this text is to include an attached image)... Cell imageCell = new Cell(new Paragraph(" \"cid:logo1.jpg\" ")); ... but H