CiviCooP / org.civicoop.pdfapi

Create PDF files and send them to a specified e-mail address from the API
Other
0 stars 11 forks source link

Frontend for API ? A possibility or out of scope ? #4

Closed VangelisP closed 6 years ago

VangelisP commented 6 years ago

Hello, lovely extension you got there. I was thinking, is there a plan to extend this to have a basic front end for sending PDF attachments to groups of contacts with an action linked to it or this needs to remain as an API/extension only ?

The question comes from the fact that I had to create a form on another extension of one of my clients that at the end uses your API to submit personalized PDFs attached as emails.

Thanks!

jaapjansma commented 6 years ago

What do you mean? CiviCRM can already make PDFs from the user interface so I dont see why a frontend is needed.

VangelisP commented 6 years ago

Well, I wasn't specific on what I wrote: I have a client that wants to send annually a tax receipt / customized PDF based on a message template with token but because he has logos and signatures, he needed to attach the PDF inside the email itself, rather than sending the email with an html markup.

jaapjansma commented 6 years ago

I do think that this is already possible in civicrm so nothing really needs customisation and that would definitly be out of scope of this extension. As this extension only provides an api to generate a pdf. What would be in scope is to store this pdf somewhere (now it is send through email as most pdfs needs printing).