I tried a Google this AM looking for:
"Printer driver which will 'print' a file by creating an email and prompting the user for the destination address"
Baiscally I want this to work like Explorer with "send selected files to email recipient"
The only one I found which did *not* work by converting the file to an image file was http://www.softplatz.com/Soft/Commun...B-AutoDoc.html
That there weren't all that many found suggests to me I am missing something obvious here.. like maybe I should just call the appropriate SMTP functions and just "do it myself."
This application is going to generate a PDF file which the user will then have the option of emailing, faxing or printing on a printer... or combinations of same. I thought it would be neat if I could have "email" and "fax" come up in the common "Select Printer" dialog we see in many Windows applications. I know there are "fax" drivers already, so if there were an "email" driver that would make this a lot simpler to do.
Other tools? Should I just "do it myself?" Comments?
Thanks,
MCM
"Printer driver which will 'print' a file by creating an email and prompting the user for the destination address"
Baiscally I want this to work like Explorer with "send selected files to email recipient"
The only one I found which did *not* work by converting the file to an image file was http://www.softplatz.com/Soft/Commun...B-AutoDoc.html
That there weren't all that many found suggests to me I am missing something obvious here.. like maybe I should just call the appropriate SMTP functions and just "do it myself."
This application is going to generate a PDF file which the user will then have the option of emailing, faxing or printing on a printer... or combinations of same. I thought it would be neat if I could have "email" and "fax" come up in the common "Select Printer" dialog we see in many Windows applications. I know there are "fax" drivers already, so if there were an "email" driver that would make this a lot simpler to do.
Other tools? Should I just "do it myself?" Comments?
Thanks,
MCM
Comment