I build a online mediation environment in drupal. I used OG and a couple of different content types like profile, intakequestions, contract, discussion, uploaded files, etc. At the end of the mediation I need to save all the created content within the mediation context (= og group) as one pdf file. This can almost be done with Views PDF. Because there will be files attached to some nodes with a file field, they also need to be saved in the same pdf file.

So I like to have an option to merge attached pdf files to the final pdf file. Any idea how to do that?

Comments

webdrips’s picture

@capono, ever get this working?

HansKuiters’s picture

No. I'm not a very good programmer. That's why a made it a feature request.

Simon Georges’s picture

Version: 7.x-1.0 » 7.x-1.x-dev

Feature requests should go on the -dev branch.

killua99’s picture

Priority: Major » Normal
Status: Active » Postponed
Issue tags: +accepted feature request

After fix multiple critical issue I'm going to attend features request.

killua99’s picture

Status: Postponed » Needs work
Issue tags: +#views_pdf_7.x-2.x

Tagging for the next version.

laurenm210’s picture

this requst feature is reasonable .I do hope a such feature as well.as an amature in programming ,Im wondering if it is possible to exploit this feature with the support of pdf merge component?

__________

candelas’s picture

@capono have you tried the views_pdf append and include fields? or in the templates, you have that you can append a pdf. maybe, in the rule for creating the pdf, you can override the basic template that can be choosen for after?
if you test, please, report :)

killua99’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
killua99’s picture

IProSoft’s picture

Issue tags: -, -

Several years have passed since the thread was started, but maybe the author remembers whether he managed to solve the problem?
I also need to attach another PDF file to the PDF view, unfortunately I cannot find a solution...

killua99’s picture

Status: Needs work » Postponed

@IProSoft, for the Drupal version 7.x I don't work anymore on it.

If you want a fix, please submit one, I'll review and merge if the code makes sense.

Until then, code for Drupal 7.x is postponed.