How can I allow users (subscribers) to download selected posts into a single PDF? (RESOLVED)

This can be a very complicated area to get involved in .. because

  1. Your users can press Ctrl P in their browser and many have Send To PDF already. And this is better than many PDF plugins as the user is ‘printing to PDF’ the screen they are looking at

  2. PDF plugins can require a lot of customisation to include or exclude sidebars, banners or other images. But there are customer / frontend plugins like HTML2PDF this is good for single article ‘downloads’.

  3. You can also do it yourself as PHP has a number of libraries for HTML2PDF … one of the best libraries to use is wkhtmltopdf which runs on your server

To allow the customer to choose a number of articles and then ‘click to download’ to PDF you’ll need to develop your own solution using wkhtmltopdf and/or other PHP libraries