<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 27 Jul 2017, at 11:06, Esteban Umerez wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">Is there a way to automate the saving to pdf part? I’m thinking about this: I tag a message with a tag like ‘Print’, on received messages or even while I’m writing a new draft, and that tag triggers some script that opens the Print dialogue and saves the message to PDF, in my Actions Folder.<br>
<br>
Is there anyone who knows if this is possible or has some similar workflow? Maybe a mailbox Rule that watches for tags and runs a command?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">It would certainly be possible to create a bundle command which is executed when adding a tag, but the hard part is to automate the printing. That is, you can easily send a file to printing using the <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">lp</code> command, but you first need to convert the <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">.eml</code> file to something nicer like the <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">pdf</code> file generated by MailMate before printing. So, the missing feature you need is to be able to tell MailMate to export a <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">.pdf</code> file instead of the raw <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">.eml</code> file. Alternatively, see if you can locate some third party command to do this conversion.</p>

<p dir="auto">-- <br>
Benny</p>
</div>
</div>
</body>
</html>