I'm semi-new to Linux and ubuntu. I'm setting up a Linux server for a small office that doubles as a network drive. I'm trying to find a software that will take all email attachments and save them to a folder for use on the network drive. So far I'm using mutt, but I don't think I have the option to save it as a pdf. Would anybody happen to know how to do this? I'm using lubuntu due to it having a lightweight interface.
Asked
Active
Viewed 130 times
1
gmail.com
? – Alexis Wilke Feb 09 '21 at 22:46imagemagick
convert
lowrite
use these commands, you get some PDFs from pictures and documents. I don't know where they are stored and am reluctant to write a practical script but yeah it's possible. https://askubuntu.com/questions/246647/convert-a-directory-of-jpeg-files-to-a-single-pdf-document – Sadaharu Wakisaka Feb 11 '21 at 06:14