chingi
21st April 2004, 09:09
Hi All,

I have a device which starts a outlook dialog and attach the report in MS Word format to the message where I can give the e-mail address to which the report should go.

The arguments are as follows.

Agruments: RTF:outlook.exe %s

Suppose I want to generated a preformated file in PDF format what could be the arguments available in latest 'ttstpconv' program.


Thanx in advance.


Chingi

mark_h
21st April 2004, 15:26
First when posting code it is usually best to turn off smiles.

Second ttstpconv does not have a PDF converter so you probably would need to write your own version of it to call the commands to create the PDF. There are examples in the Code and Utilities Forum. Then the last step in your version of ttstpconv would be to run Outlook and attach the file - I do not know anything about outlook, but it seems there are several posts on the board about this.

Mark