A
aualias
I have an application that does a sort of mail merge. It prints out
letters. All the data is stored in SQL Server (template for the letter,
name, address, etc. A graphic for a company logo will also be stored.
The application will either be written in C# or VB.NET. Right now I am
testing with C#. I can pull the data from the database, replace the
placeholders in the template with the correct values, and print out a
letter.
I am using <application>.Selection.TypeText() for the creation of the
document, so that part is very straightforward.
I need to be able to position the graphic in the document. Most likely the
graphic will be stored as a bitmap in the database. If anyone can point me
to some information on how to do this (examples, articles, methods, etc.) I
would really appreciate it.
Thanks.
David
letters. All the data is stored in SQL Server (template for the letter,
name, address, etc. A graphic for a company logo will also be stored.
The application will either be written in C# or VB.NET. Right now I am
testing with C#. I can pull the data from the database, replace the
placeholders in the template with the correct values, and print out a
letter.
I am using <application>.Selection.TypeText() for the creation of the
document, so that part is very straightforward.
I need to be able to position the graphic in the document. Most likely the
graphic will be stored as a bitmap in the database. If anyone can point me
to some information on how to do this (examples, articles, methods, etc.) I
would really appreciate it.
Thanks.
David