Source Code to Send PDF As an E-mail Attachment
Sample code demonstrates how to export TX Text Control document content as a PDF file and send it as an email attachment. The downloadable source provides a complete working example of combining the PDF export filter with programmatic email delivery in a single application.

Sample code to illustrate how easy it is to sent the contents of a TX Text Control via e-mail as a PDF attachment.
Related Posts
Exporting Password Protected PDF Documents
The SaveSettings class in TX Text Control exports password-protected PDF documents with separate UserPassword and MasterPassword values. DocumentAccessPermissions controls granular access rights…
Why HTML to PDF Conversion is Often the Wrong Choice for Business Documents…
In this article, we explore the challenges of HTML to PDF conversion for business documents in C# .NET and present alternative solutions that offer better performance and reliability. Discover why…
A Complete Guide to Converting Markdown to PDF in .NET C#
Learn how to convert Markdown to PDF in .NET C# using Text Control's ServerTextControl component. This guide covers setup, conversion process, and customization options for generating high-quality…
ASP.NETASP.NET CoreDocument Creation
Why PDF Creation Belongs at the End of the Business Process
This article discusses why placing PDF creation at the end of the business process is important for ensuring accuracy and efficiency. The most scalable systems delay PDF generation until the…
Designing the Perfect PDF Form with TX Text Control in .NET C#
Learn how to create and design interactive PDF forms using TX Text Control in .NET C#. This guide covers essential features and best practices for effective form design.
