Aspose Examples
Aspose Examples Banner

Here you will find a collection of ASP.NET and Java example applications created with Aspose products. The source code of these examples is available on website for download, feel free to check it out at Aspose Downloads Page.


 

 Mail Merge PDF using Database - Aspose.Pdf.Kit

This demo illustrates how to create mail merge PDF documents, according to the customers information of Customer List of Northwind database.


These demos illustrate to create mail merge pdf documents similar to those contained in Microsoft Access Northwind Database Sample.

  1. Merge mails into a Response stream - Merge all mails from Customer List of Northwind database into a stream--Response.OutputStream. 
  2. Merge mails into a local pdf file - Merge all mails from Customer List of Northwind database into a local pdf file -- MailMerge.pdf .
  3. Generate many local mail pdf files - Generate small local mail pdfs accoding to the customers information of Customer List of Northwind database (Note: these small pdfs will only be seen when you setup this demo on your computer.).