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…
Programmatically Fill, Flatten, and Export DOCX Form Templates to PDF in C# .NET
Learn how to fill, flatten and export DOCX form templates to PDF programmatically in C# .NET. This article provides a step-by-step guide on how to use the TX Text Control library to achieve this,…
ASP.NETASP.NET CoreE-Invoicing
Why Structured E-Invoices Still Need Tamper Protection using C# and .NET
ZUGFeRD, Factur-X, German e-invoicing rules, and how to seal PDF invoices with TX Text Control to prevent tampering. Learn how to create compliant e-invoices with C# and .NET.
Create Fillable PDFs from HTML Forms in C# ASP.NET Core Using a WYSIWYG Template
Learn how to generate PDFs from HTML forms in ASP.NET Core using a pixel-perfect WYSIWYG template. Extract form fields from a document, render a dynamic HTML form, and merge the data server-side…
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…
