I’m building an online file management system for a certain workflow. One of the services of this system should be as follows:
whenever a fax is received, it should be saved in a certain table in the database as a PDF file.
I’m using ASP.NET with C# ..
Is it possible to perform that task without the need for a middle desktop application?
in case it is possible, explanation of the methodology is greatly appreciated!
thank you!!
I’m building an online file management system for a certain workflow. One of the
Share
There are plenty of Fax to Email systems available, such as YAC. If you use one to send an email to your server with the fax attached, you could then use code on your server to save the attachment to a file. This can be done with Apache and PHP, I can’t help you with ASP.NET though. This might give you a head-start though. http://www.jscape.com/articles/retrieving_email_pop3_csharp.html