This demo shows you how dynamically create printable invoices directly from ASP.NET
pages. The invoice will contain the customer name, email, phone number and email
and the list of invoice items.
From this configuration page you can enter the customer information the invoice
items. When you press the 'Generate Invoice' button, the information you introduced
and stored in the current session will be used to fill the invoice template page
- which is a regular ASP.NET page. The web converter control will convert the invoice
template page to a PDF document or an image like it would convert any other web
page.
|