Hello,
The macro I've been asked to write is the following:
The user is in Word and wants to add a graphic of their signature, probably
a TIF file. The macro will prompt them to position the cursor where they want
the signature.
After the signature is inserted, the macro will save the document as a PDF.
Althought we already have an option on the "File" menu to "Save as PDF", I
wanted to put a second option which would "Save as PDF," and then delete the
signature from the Word document. I know how to do most of this, but what I
don't know how to do is call the dll or whatever Adobe has, which actually
takes a Word document and converts it to PDF - the distiller I guess.
I hope this is clearer now. Thanks.