I have tried everything. If anyone knows how to do achieve this would really help me.

Basically I have multiple webform submissions.
I have managed to create individual pdf files but when I try to create 1 pdf file with all submissions using
href="/fillpdf?fid=1&nids[]=1&nids[]=2&webforms[0][nid]=3&webforms[0][sid]=1&webforms[1][nid]=3"
it always outputs the last submission when I actually would like to have a pdf file with all submissions.

Any help would be very much appreciated.

thanks

Comments

wizonesolutions’s picture

Title: Multiple webform submissions creating a multiple page pdf » Add ability to export multiple PDFs or multi-page PDFs when multiple sources are provided
Version: 7.x-1.9 » 7.x-2.x-dev
Category: support » feature
Priority: Critical » Normal

Don't abuse the critical priority. It doesn't actually have any effect on how fast things get solved. That's something the maintainer decides.

This is a feature request; this functionality doesn't exist in the module itself. You might be able to cobble something together using Rules and a loop.

I'll keep this open as a feature request.

rodvolpe’s picture

Thanks wizonesolutions.

I thought I was going crazy.
I got a workaround but not in a very Drupal way, looping through all submissions and using w3m to ping each url creating multiple pdf files and then merging all files in one with pdftk.
I will try do it with rules as you recommended.
Have a nice one.

Thanks again

cousimo’s picture

Hi rodvolpe,

can you please share how you did it. We are also looking to have multiple submissions on a single/multiple pdf pages.

thank you

wizonesolutions’s picture

Status: Active » Closed (fixed)

If the OP wants to reply, that is fine. Just marking this closed since it never was for some reason. Documentation is also welcome in the "solutions to common problems documentation page"

wizonesolutions’s picture

Issue summary: View changes

remove a tag