Quite straightforward this one - and a useful example of how well Office 2007 and PDF
are integrated.
The solution involves the following steps:-
- The user completes an area within the document using fill-in fields and
document information fields.
- The user clicks on a "send" button.
- Code behind the button selects all text between two plain text markers and
exports this as a PDF document.
- Code then creates an instance of Outlook and sets up a message with the PDF file
as an attachment.
See the solution >