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.
 
Back
Top