Print pdf attachments

G

Guest

Please help!!!! Almost daily I receive HTML emails with 11 or more pdf
attachments that need to be printed. How may I print these attachments all
at once without opening each one? I tried the File-Print-Print attachments,
and it prints only the 1st page of each attachment not all pages.
 
M

Michael Bednarek

Please help!!!! Almost daily I receive HTML emails with 11 or more pdf
attachments that need to be printed. How may I print these attachments all
at once without opening each one? I tried the File-Print-Print attachments,
and it prints only the 1st page of each attachment not all pages.

It works here, so I guess there's something wrong with the program that
prints your PDF files - probably Adobe Acrobat Reader. Does it work if
you open such a PDF file from within the message and print it then?

Quite a few add-ons which do this are listed at
<http://www.slipstick.com/addins/auto.htm>; googling brings up
<http://www.addonmail.com/products/MPPrint.asp> and
<http://www.addonmail.com/products/MPPrint.asp> and many more. The
subject has also been discussed extensively in various newsgroups.

Doing the same in VBA is quite involved. You need to save the
attachments somewhere, invoke the "print" verb from the registry for
that document class with the API ShellExecute, delete the files again,
but not before the printing process is finished.

Incidental and IMO: printing daily 11 or more PDF attachments seems to
negate the advantages of electronic document distribution via PDF and
e-mail. You might want to review your business practices.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top