Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple PDF support #56

Open
sunscreem opened this issue Nov 11, 2020 · 2 comments
Open

Multiple PDF support #56

sunscreem opened this issue Nov 11, 2020 · 2 comments

Comments

@sunscreem
Copy link

Our client has told us their customers are purchasing multiple gift vouchers for friends and would like them as separate PDFs.

Ideally we would be able to:

  • Add multiple gift vouchers, with individual names and individual gift messages
  • The customer would then receive individual pdfs with the info entered.
@engram-design
Copy link
Member

Multipage and multiple PDFs are different things in this case. I was about to close this issue otherwise.

You've got total control over the PDF, so you can make that how you like. The only limitation is the number of PDFs attached to an email. I've just renamed this issue.

@engram-design engram-design changed the title Multipage PDF support Multiple PDF support Dec 11, 2021
@Nellyaa
Copy link

Nellyaa commented Aug 14, 2024

I don't know if this is still an issue today,
but if anyone finds this, we did multiple PDFs like this:

  • No attachment to the email
  • List all bought vouchers in the email as a list with separate download buttons and some GET params attached to the link
  • Handle the params with twig to decide what to render in the PDF

This way we have a separate PDF for each voucher code and format/design according to what was requested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants