Downloading PDF's via an action plugin which gives us VBO integration is possible since #2668482: Add bulk actions for download PDFs but that downloads multiple entities onto one PDF. E.g over multiple pages.

This issue would be to use ZipArchive to zip up the PDF's and have 1 file per entity within the archive.

We could also consider a ZipStream integration for large ZIP files.

Comments

benjy created an issue. See original summary.

benjy’s picture

Version: 8.x-1.x-dev » 8.x-2.x-dev
pbosmans’s picture

I've also have the problem that when i use VBO for generating multiple pdf pages. It wil generate one pdf page with all selected items instead of generating multiple pages for every item.

Update when using dompdf : Place 'page-break-before: always;' or 'page-break-after: always;' in your CSS on the last element of your page, multiple pages will be generated in one pdf.