rtf image import

  • Thread starter Thread starter psb
  • Start date Start date
P

psb

I have trying to automate customer service letters. I have the letters and
signature .jpg files. would be nice to marry these in one rtf file. how is
this accomplished in .net (prefer vb.net)??

It would be nice to insert signature jpg file like a replace statement. ie.

strLetter.Replace("[~~INSERT SIG HERE~]", imgSrc.jpg)

-------rtf headers
Dear Mr. PissedOff\par
\par
we are sorry for the bad customer service. enclosed is a \par
voucher for 100 dollars to any blah blah on the east coast.\par
\par
Thanks,\par
Paul Bellman\par
[~~INSERT SIG HERE~]\par
enclosure:voucher100
------------------rtf footers----------------

OR maybe there is a tag in rtf encodeing {\pict\externalfile:c:\sig.jpg}

thanks for any response
~psb.
 
Could could format the mail text as HTML and use an IMG tag.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top