I have a custom post-type “model”, and I want to be able to export certain values (eg Name, Height, Shoe Size, etc) and a set number of images from the gallery, from each Model to a PDF.
Ultimately, what I want to be able to do is:
- From the Admin backend, click an “options tab” or some such
- select a number of Models,
- enter an email (or multiple, comma separated emails)
- Click a “send” button
- and have the PDFs generated and emailed off without further intervention.
Is this at all possible in WordPress? Or is this too complex? Surely you can do anything with PHP and WordPress 😉
To answer your questions: