Active
Project:
Entity Print
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2016 at 02:33 UTC
Updated:
21 Mar 2017 at 09:13 UTC
Jump to comment: Most recent
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
Comment #2
benjy commentedComment #3
pbosmans commentedI'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.