P
Phuff
I have a program that acts as an interim print driver, where you select it as
your printer, it generates a pdf and then my program that is running catches
the event to get the file and send it to our server. I need to have address
information to know where to send the document, which is gathered through an
options window that pops up. If someone wants to mail merge in Word ,
though, I don't know how to get the address data fom the file.
Is there a windows message that is thrown which I can catch and strip the
data from the file? Or is there some other way to get the data from the used
data source so I can file my own array and pass the document on to the server
with the correct addresses?
Thanks,
Paul
(e-mail address removed)
your printer, it generates a pdf and then my program that is running catches
the event to get the file and send it to our server. I need to have address
information to know where to send the document, which is gathered through an
options window that pops up. If someone wants to mail merge in Word ,
though, I don't know how to get the address data fom the file.
Is there a windows message that is thrown which I can catch and strip the
data from the file? Or is there some other way to get the data from the used
data source so I can file my own array and pass the document on to the server
with the correct addresses?
Thanks,
Paul
(e-mail address removed)