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 HtmlWriter class escapes this code so I get "<img
src="cid:logo1.jpg" />" and my functionality doesn't work.

There is any way to include this text without escaping?

Thanks & Regards,

Elías
-- 
View this message in context: 
http://www.nabble.com/Including-%22cid%22-images-for-a-HTML-document-tf4647504.html#a13276111
Sent from the iText - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to