Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>According to the documentation on the ABCpdf PDF support site, there is an overload of the Doc() object that supports saving to a stream. With this feature, you can save the results a generated PDF without explicitly writing to disk by using the MemoryStream class.</p> <p><a href="http://www.websupergoo.com/helppdf7net/default.html" rel="nofollow noreferrer">ABCpdf PDF Component for .NET : Doc.Save()</a><br> <a href="http://msdn.microsoft.com/en-us/library/system.io.memorystream%28VS.80%29.aspx" rel="nofollow noreferrer">MemoryStream (System.IO) @ MSDN</a></p> <p>With a MemoryStream created, you may then pass the stream on to any email provider that supports creating attachments from a stream. MailMessage in System.Net.Mail has support for this.</p> <p><a href="http://msdn.microsoft.com/en-us/library/system.net.mail.mailmessage%28VS.80%29.aspx" rel="nofollow noreferrer">MailMessage Class (System.Net.Mail) @ MSDN</a><br> <a href="http://msdn.microsoft.com/en-us/library/system.net.mail.mailmessage.attachments%28VS.80%29.aspx" rel="nofollow noreferrer">MailMessage.Attachments Property @ MSDN</a><br> <a href="http://msdn.microsoft.com/en-us/library/system.net.mail.attachment%28VS.80%29.aspx" rel="nofollow noreferrer">Attachments Class @ MSDN</a><br> <a href="http://msdn.microsoft.com/en-us/library/system.net.mail.attachment.attachment%28VS.80%29.aspx" rel="nofollow noreferrer">Attachments Constructor @ MSDN</a> </p> <p>Finally, if you've never used the MailMessage class before, use the SmtpClient class to send your message on its way.</p> <p><a href="http://msdn.microsoft.com/en-us/library/system.net.mail.smtpclient%28VS.80%29.aspx" rel="nofollow noreferrer">SmtpClient Class (System.Net.Mail)</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload