Microsoft
Software
Hardware
Network
Question : How Do I Convert an Email Attachment from Tiff to PDF?
O/S: CentOS
Using: Sendmail
The goal is to convert incoming email attachments from Tiff to PDF. We were able to modify a Perl script that will strip out the attachment, and place it in a directory. We can then run "tiff2pdf" and convert the attachment. The problem is how do we then reattach to the original email, and send it on to its destination? Is this the best route? Is there a way to modify the attachment without removing it, and then send it on its way?
The Process Should Be as Follows:
1. Intercept the email on the server (Used Procmail to match for tiff attachments)
2. Convert the attachment
3. Send it to the original destination
Answer : How Do I Convert an Email Attachment from Tiff to PDF?
It looks as if MimeDefang is what I can use to modify the attachment, and send it on its way. Do you have any idea how I can implement that?
Random Solutions
roaming user profiles local copy of
Wireless Usage
office 2003 install cabs
HTTP Error 400 Bad request
How can I convert a mail files from 5.0.12 to 6.5?
I Know I'm Missing Something Obvious
Multiple ISP load balancing
Run away connections for SIP MTAs on an ASA
Script to map printers
Eclipse, how do I make a console app EXE ?