Is it possible to create an “export to PDF” option?

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:

Read More
  1. From the Admin backend, click an “options tab” or some such
  2. select a number of Models,
  3. enter an email (or multiple, comma separated emails)
  4. Click a “send” button
  5. 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 😉

Related posts

Leave a Reply

1 comment

  1. To answer your questions:

    1. Yes, it is possible.
    2. Depends on what you consider to be “too complex”.
    3. No, you cannot do anything… For example, WordPress and PHP will not bring your deceased loved ones back.