Re: email to PDF

2021-12-06 Thread Eric S Fraga
On Monday,  6 Dec 2021 at 08:45, David Bremner wrote:
> Since nobody has responded, let me throw out the somewhat uninformed
> suggestion to check out what gnus users do. 

gnus has gnus-summary-print-article but, if you are looking for Emacs
based solutions, you can simply go with ps-print-buffer (or
ps-print-buffer-with-faces).  These generate a postscript file which you
can easily convert to PDF (on Linux, at least).

-- 
Eric S Fraga with org 9.5.1 in Emacs 29.0.50 on Debian 11.1
___
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-le...@notmuchmail.org


Re: email to PDF

2021-12-06 Thread David Bremner
Sebastian Fischmeister  writes:

> Hi,
>
> Although we're in the 21 century, there are occasions where one has to turn 
> emails into PDF.
>
> What's your solution to do so? I found muttprint, but that doesn't print 
> utf-8 emails as they are all base64 encoded and muttprint doesn't decode that 
> before printing.
>
> Thanks,
>   Sebastian

Since nobody has responded, let me throw out the somewhat uninformed
suggestion to check out what gnus users do. We already make use of much
of the gnus rendering infrastructure, so perhaps there is some chance of
reusing a gnus solution.

d
___
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-le...@notmuchmail.org